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";