diff options
author | lassulus <lassulus@lassul.us> | 2020-06-07 13:10:52 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-06-07 13:10:52 +0200 |
commit | 15f39ef2e925858eb787c6a52ccb896928b28b47 (patch) | |
tree | 2ac18efb3fe36040c71753f578529470cdb884c5 /tv/1systems/nomic | |
parent | fe119203ea4d2dc3e618d113c7f70629fd750aa3 (diff) | |
parent | 8ae780cf2689a0e62718fe0dcc8b80e584f68d23 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems/nomic')
-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 86f9b7ec2..38cc62369 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 |