From a32b8635b8cd585c8aab3d2cecbb8e6c4cf592f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 16:43:08 +0200 Subject: [PATCH] System Gen16 @ 2025-05-04-16:43:07 by jonas@monolith --- hosts/monolith/hardware-configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/monolith/hardware-configuration.nix b/hosts/monolith/hardware-configuration.nix index 20f7a24..7b59b6a 100644 --- a/hosts/monolith/hardware-configuration.nix +++ b/hosts/monolith/hardware-configuration.nix @@ -28,6 +28,16 @@ options = ["fmask=0022" "dmask=0022"]; }; + fileSystems."/data1" = { + device = "/dev/disk/by-uuid/8426515e-2be1-4c51-8b5f-d1850aa17270"; + fsType = "ext4"; + }; + + fileSystems."/data2" = { + device = "/dev/disk/by-uuid/4f39ed6d-74ed-420b-b542-89d432459f79"; + fsType = "ext4"; + }; + swapDevices = [ { device = "/.swapfile";