Laptop : Add hot storage.
This commit is contained in:
parent
58ea9b3a79
commit
91048d7866
|
@ -19,6 +19,13 @@
|
|||
# Network.
|
||||
networking.hostName = "laptop";
|
||||
|
||||
# Filesystems.
|
||||
fileSystems."/storage/hot" = {
|
||||
device = "/dev/storage/hot";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
# Do not touch ever.
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Reference in a new issue