Desktop : Add hot storage.

This commit is contained in:
Dmitry Voronin 2024-01-24 15:06:38 +03:00
parent 6fa446b62e
commit b8e8bec3f5

View file

@ -159,4 +159,10 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?
# Filesystems.
fileSystems."/var/mnt/storage/hot" = {
device = "/dev/storage/hot";
fsType = "ext4";
};
}