System Gen16 @ 2025-05-04-16:43:07 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-04 16:43:08 +02:00
parent a0c2f2a572
commit a32b8635b8

View File

@ -28,6 +28,16 @@
options = ["fmask=0022" "dmask=0022"]; 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 = [ swapDevices = [
{ {
device = "/.swapfile"; device = "/.swapfile";