upgrade to nixos-18.09

This commit is contained in:
System administrator 2018-10-07 16:49:34 +02:00
parent 7695bc0044
commit 15edaafcf0
2 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,7 @@ in {
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./packages.nix
/home/spiollinux/src/nixos-hardware/lenovo/thinkpad/t440s
];
# encrypted partitions
@ -21,7 +22,7 @@ in {
"systemB".device = "/dev/disk/by-uuid/d68d217b-5443-49ca-af1b-9f2eacb73d8b";
"cryptswap".device = "/dev/disk/by-uuid/472d5c58-d834-4ff8-82f1-f98d627e9163";
};
#reusePassphrases = true;
reusePassphrases = true;
};
fileSystems."/".options = fsOptions ++ [ "subvol=nixos_root" ];
@ -114,7 +115,7 @@ in {
programs.zsh =
{ enable = true;
enableAutosuggestions = true;
autosuggestions.enable = true;
};
services.smartd =

View file

@ -18,7 +18,6 @@
netcat
ntfs3g
file
nix-repl
strace
ltrace
valgrind