puter/hosts/headless/vessel/fs.nix
2025-01-09 00:15:30 +01:00

8 lines
111 B
Nix

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