Compare commits
No commits in common. "845ed10deca92c5c35a7961f6f01a97ed666a2c6" and "522b0997ae3d5d788f52afc675ce8d3dff01c362" have entirely different histories.
845ed10dec
...
522b0997ae
@ -47,11 +47,6 @@ with lib.my;
|
||||
];
|
||||
|
||||
nix.settings = {
|
||||
connect-timeout = 5;
|
||||
log-lines = 25;
|
||||
min-free = 128000000;
|
||||
max-free = 1000000000;
|
||||
fallback = true;
|
||||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"http://odyssey.mesh.vimium.net"
|
||||
|
@ -8,6 +8,7 @@ with lib.my;
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.zfsSupport = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user