diff options
| author | lassulus <lass@lassul.us> | 2017-01-16 16:31:07 +0100 |
|---|---|---|
| committer | lassulus <lass@lassul.us> | 2017-01-16 16:31:07 +0100 |
| commit | 6c67ed13c4e8dcb7bd212cf95f3f58ce568f34c6 (patch) | |
| tree | f6cf8e24abc29875f9b69643006c924c3b76b4c6 /tv/1systems | |
| parent | 7b4c67d2929b6d83525162a6677772a73ad60d08 (diff) | |
| parent | b7954019d9ecffbb914f310e97cd647ff32e33f7 (diff) | |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/1systems')
| -rw-r--r-- | tv/1systems/wu.nix | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index d5be57b..a9d7e94 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -23,7 +23,6 @@ with import <stockholm/lib>; # stockholm gnumake hashPassword - haskellPackages.lentil parallel # root @@ -47,7 +46,6 @@ with import <stockholm/lib>; p7zip push qrencode - texLive tmux #ack @@ -116,18 +114,23 @@ with import <stockholm/lib>; boot.initrd.luks = { cryptoModules = [ "aes" "sha512" "xts" ]; devices = [ - { name = "home"; device = "/dev/vg840/enchome"; preLVM = false; } + { name = "wuca"; device = "/dev/sda2"; } ]; }; fileSystems = { "/" = { - device = "/dev/mapper/vg840-wuroot"; + device = "/dev/mapper/wuvga-root"; + fsType = "btrfs"; + options = ["defaults" "noatime" "ssd" "compress=lzo"]; + }; + "/bku" = { + device = "/dev/mapper/wuvga-bku"; fsType = "btrfs"; options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; "/home" = { - device = "/dev/mapper/home"; + device = "/dev/mapper/wuvga-home"; fsType = "btrfs"; options = ["defaults" "noatime" "ssd" "compress=lzo"]; }; @@ -174,5 +177,5 @@ with import <stockholm/lib>; KERNEL=="hpet", GROUP="audio" ''; - services.virtualboxHost.enable = true; + virtualisation.virtualbox.host.enable = true; } |
