From 20d546e8b6755577f79e2df71281ca2b93ef405c Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 9 Dec 2020 16:02:16 +0100 Subject: tv: drop custom boot.initrd.luks.cryptoModules --- tv/1systems/xu/config.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tv/1systems/xu') diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 65b49ed9c..86c2b13e5 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -111,10 +111,7 @@ with import ; } ]; - boot.initrd.luks = { - cryptoModules = [ "aes" "sha512" "xts" ]; - devices.xuca.device = "/dev/sda2"; - }; + boot.initrd.luks.devices.xuca.device = "/dev/sda2"; fileSystems = { "/" = { -- cgit v1.2.3 From 26b24a49581d1c753ab2bf8fcd0957f61a49dcbb Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 30 Dec 2020 11:26:59 +0100 Subject: tv xu: disable virtualbox --- tv/1systems/xu/config.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'tv/1systems/xu') diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 86c2b13e5..90d90ef3f 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -151,6 +151,4 @@ with import ; # The NixOS release to be compatible with for stateful data such as databases. system.stateVersion = "15.09"; - - virtualisation.virtualbox.host.enable = true; } -- cgit v1.2.3