summaryrefslogtreecommitdiff
path: root/host/hardware/atlas.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/hardware/atlas.nix')
-rw-r--r--host/hardware/atlas.nix6
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" = {