diff options
Diffstat (limited to 'platform/p-user.nix')
| -rw-r--r-- | platform/p-user.nix | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/platform/p-user.nix b/platform/p-user.nix deleted file mode 100644 index 7625355..0000000 --- a/platform/p-user.nix +++ /dev/null @@ -1,35 +0,0 @@ -{ - config = { - hostname = "p-user"; - portable = true; - - dhcpInterface = "enp5s0"; - - canTouchEfiVariables = false; - initrdModules = [ "xhci_pci" "ahci" "usb_storage" "uas" "sd_mod" "r8169" ]; - - videoDrivers = [ "amdgpu" ]; - - crypt.toplevel = { - device = "/dev/hdd0/user.crypt"; - target = "user-portable"; - headerFromBoot = "tierra/trust/hdd0-user.luks-header"; - }; - - fs = { - boot.device = "/dev/disk/by-uuid/F8F9-1F8A"; - - sys = { - device = "/dev/mapper/user-portable"; - ssd = false; - root = "/run/nixroot"; - toplevel = "/run"; - }; - - hdd = { - device = "/dev/mapper/user-portable"; - home = "/run/home"; - }; - }; - }; -} |
