changes
This commit is contained in:
@@ -65,5 +65,11 @@ flake.nixosModules.nixos-host = {pkgs, ...}: {
|
||||
|
||||
# State version
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
fileSystems."/mnt/endeavour" = {
|
||||
device = "/dev/disk/by-uuid/a32ca052-12a5-4355-bd3b-b4515d9ea4a5";
|
||||
fsType = "ext4";
|
||||
options = [ "defaults" "noatime" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user