diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-03-10 23:33:18 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-03-10 23:40:01 -0600 |
| commit | 1f0b119fac141d362094740328ce5f60dd47ad28 (patch) | |
| tree | a4caa724a3924b246882d7cecfd6445f70995ee3 /platform/p-user.nix | |
| parent | e287d00e96b5505da20399d073ae96458f841397 (diff) | |
Add sys and home platform dirs
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"; - }; - }; - }; -} |
