aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/file-system.nix
blob: 47e75cbd0e4e3371c94d1d4d6c5e5ef68a8c7c27 (plain)
1
2
3
4
5
{...}: {
  fileSystems."/nix" = {
  options = [  "compress=zstd:3" "noatime" ]; #"subvol=@nix"
};
}