Compare commits

..

No commits in common. "845ed10deca92c5c35a7961f6f01a97ed666a2c6" and "522b0997ae3d5d788f52afc675ce8d3dff01c362" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -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;