From 71b7601f696a7b569e2aa1e3a7f3a7dc2b7a794b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 16 Apr 2025 14:22:15 +0200 Subject: Update atlas, enable virt-manager --- host/hardware/atlas.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'host/hardware') 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" = { -- cgit v1.2.3