Work : Update hostname.
This commit is contained in:
parent
a28cbd7319
commit
b7c54ef692
|
@ -15,26 +15,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Network.
|
# Network.
|
||||||
networking.hostName = "desktop";
|
networking.hostName = "work";
|
||||||
|
|
||||||
# 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" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Do not touch ever.
|
# Do not touch ever.
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
Reference in a new issue