1
Fork 0

Cleaned up lapetus a bit

This commit is contained in:
Matei Adriel 2023-07-18 17:30:04 +03:00
parent cfb42f59c6
commit 98d6daf89e
No known key found for this signature in database
8 changed files with 60 additions and 64 deletions
hosts/nixos/common/optional

View file

@ -25,21 +25,5 @@ in
crashReportingEnabled = false;
};
};
folders = {
"stellar-sanctum" = {
path = "/home/adrielus/Projects/stellar-sanctum/";
devices = [ "enceladus" ];
# TODO: remove this once I switch to zfs
versioning = {
type = "staggered";
params = {
cleanInterval = "3600"; # 1 hour in seconds
maxAge = "604800"; # 14 days in seconds.
};
};
};
};
};
}