puter/hosts/server/vessel/fs.nix
2024-12-01 04:05:16 +01:00

8 lines
111 B
Nix

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