flake.nixosCfg.x13yz: add missing options for fileSystems

secrix-issue25
Felix Stupp 1 year ago
parent e55308b741
commit 749b5986fa
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -80,11 +80,12 @@
fileSystems."/" = {
device = "/dev/disk/by-uuid/c93557db-e7c5-46ef-9cd8-87eb7c5753dc";
fsType = "ext4";
options = [ "relatime" "discard" ];
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/5F9A-9A2D";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
options = [ "uid=0" "gid=0" "fmask=0077" "dmask=0077" ];
};
swapDevices = [{ device = "/dev/disk/by-uuid/8482463b-ceb3-40b3-abef-b49df2de88e5"; }];
system.stateVersion = "24.05";

Loading…
Cancel
Save