puter/hosts/vessel/fs.nix
2024-08-18 15:22:25 +02:00

8 lines
111 B
Nix

{
fileSystems."/srv/backup" = {
label = "backup";
fsType = "ext4";
options = ["noatime"];
};
}