Cleaned up lapetus a bit
This commit is contained in:
parent
cfb42f59c6
commit
98d6daf89e
8 changed files with 60 additions and 64 deletions
hosts/nixos/common/optional
|
@ -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.
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue