From 15edaafcf06af4b5087f5daf3cf05d654bb87ac0 Mon Sep 17 00:00:00 2001 From: System administrator Date: Sun, 7 Oct 2018 16:49:34 +0200 Subject: [PATCH] upgrade to nixos-18.09 --- configuration.nix | 5 +++-- packages.nix | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3901ff8..097d9fc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 = diff --git a/packages.nix b/packages.nix index a411c17..b900f1d 100644 --- a/packages.nix +++ b/packages.nix @@ -18,7 +18,6 @@ netcat ntfs3g file - nix-repl strace ltrace valgrind