add some changes to nixos config

This commit is contained in:
2026-07-01 04:12:19 +02:00
parent 8fc0d08dbc
commit b584965a21
6 changed files with 29 additions and 9 deletions
+8 -1
View File
@@ -25,7 +25,14 @@
fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ];
};
fileSystems."/srv/data" = {
device = "/dev/disk/by-label/DATA";
fsType = "ext4";
};
fileSystems."/srv/wd" = {
device = "/dev/disk/by-label/WD_2TB";
fsType = "ext4";
};
swapDevices =
[ { device = "/dev/mapper/luks-9cd65807-a47b-4ffe-ac11-05680b9fffb0"; }
];