diff options
author | Adrian Kummerlaender | 2025-04-16 14:22:15 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2025-04-16 14:22:34 +0200 |
commit | 71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b (patch) | |
tree | 39b7d7b4b70c5bedc6c9b2731b2a53285ad0d807 /host/hardware | |
parent | fe6b881d8bc688e13c5ae62b4d88c680ee8b7036 (diff) | |
download | nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.tar nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.tar.gz nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.tar.bz2 nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.tar.lz nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.tar.xz nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.tar.zst nixos_system-71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b.zip |
Diffstat (limited to 'host/hardware')
-rw-r--r-- | host/hardware/atlas.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/hardware/atlas.nix b/host/hardware/atlas.nix index 61bca06..d10479e 100644 --- a/host/hardware/atlas.nix +++ b/host/hardware/atlas.nix @@ -18,9 +18,15 @@ fsType = "ext4"; }; + fileSystems."/data" = { + device = "/dev/disk/by-uuid/02ff6829-07d1-4709-a4ba-6703a214bed4"; + fsType = "ext4"; + }; + boot.initrd.luks.devices = { "luks-f6c3a1a8-bc09-4fcd-a979-4fe82dc4dc71".device = "/dev/disk/by-uuid/f6c3a1a8-bc09-4fcd-a979-4fe82dc4dc71"; "luks-49b6b8ab-1d8f-43d3-ba58-d548316f197a".device = "/dev/disk/by-uuid/49b6b8ab-1d8f-43d3-ba58-d548316f197a"; + "data".device = "/dev/disk/by-uuid/0b324bed-660b-4b9c-b2a3-133ce2531dc7"; }; fileSystems."/boot" = { |