Work : Update hostname.

This commit is contained in:
Dmitry Voronin 2024-01-25 00:31:34 +03:00
parent a28cbd7319
commit b7c54ef692

View file

@ -15,26 +15,7 @@
];
# Network.
networking.hostName = "desktop";
# Filesystems.
fileSystems."/storage/hot" = {
device = "/dev/storage/hot";
fsType = "ext4";
options = [ "nofail" ];
};
fileSystems."/storage/cold_1" = {
device = "/dev/storage/cold_1";
fsType = "ext4";
options = [ "noauto" "nofail" ];
};
fileSystems."/storage/cold_2" = {
device = "/dev/storage/cold_2";
fsType = "ext4";
options = [ "noauto" "nofail" ];
};
networking.hostName = "work";
# Do not touch ever.
system.stateVersion = "23.11";