feat: update pkg + external HDD

This commit is contained in:
installer
2024-12-17 12:43:10 +01:00
parent 30148ddda8
commit cf474f88f1
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
fileSystems."/mnt/ext" = {
device = "/dev/disk/by-label/Externe";
fsType = "ntfs-3g";
options = [ "rw" "uid=1000" ];
options = [ "auto" "nofail" "noatime" "rw" "uid=1000" ];
};
networking.hostName = "arcueid"; # Define your hostname.