Desktop : Add hot storage.
This commit is contained in:
parent
6fa446b62e
commit
b8e8bec3f5
|
@ -159,4 +159,10 @@
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
system.stateVersion = "23.11"; # Did you read the comment?
|
system.stateVersion = "23.11"; # Did you read the comment?
|
||||||
|
|
||||||
|
# Filesystems.
|
||||||
|
fileSystems."/var/mnt/storage/hot" = {
|
||||||
|
device = "/dev/storage/hot";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue