diff options
author | makefu <github@syntax-fehler.de> | 2020-06-07 19:51:47 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-06-07 19:51:47 +0200 |
commit | 44f5307c5b941c468c94f223480a562e4411d467 (patch) | |
tree | 315612f88f65692e9c40db75f894ae0d14b20eae /tv/1systems/nomic/config.nix | |
parent | 5d6b454ff9d9c86181374b28ed041b33f58f7663 (diff) | |
parent | 4dbed8bfab522b7b2bbb0f16ca695588ed054ab3 (diff) |
Merge remote-tracking branch 'tv/master'
Diffstat (limited to 'tv/1systems/nomic/config.nix')
-rw-r--r-- | tv/1systems/nomic/config.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/1systems/nomic/config.nix b/tv/1systems/nomic/config.nix index 86f9b7e..38cc623 100644 --- a/tv/1systems/nomic/config.nix +++ b/tv/1systems/nomic/config.nix @@ -17,9 +17,7 @@ with import <stockholm/lib>; boot.initrd.luks = { cryptoModules = [ "aes" "sha512" "xts" ]; - devices = [ - { name = "luks1"; device = "/dev/sda2"; } - ]; + devices.luks1.device = "/dev/sda2"; }; # Don't use UEFI because current disk was partitioned/formatted for AO753. @@ -47,6 +45,8 @@ with import <stockholm/lib>; fsType = "btrfs"; }; + environment.homeBinInPath = true; + environment.systemPackages = with pkgs; [ (writeDashBin "play" '' set -euf |