Laptop : Add hot storage.

This commit is contained in:
Dmitry Voronin 2024-01-26 01:39:30 +03:00
parent 58ea9b3a79
commit 91048d7866

View file

@ -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";
}