hosts
This commit is contained in:
parent
95ea2899ea
commit
9e441e1aaf
11 changed files with 172 additions and 1 deletions
15
system/nix.nix
Normal file
15
system/nix.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{nixpkgs, ...}: {
|
||||
nixPath = ["nixpkgs=${nixpkgs}"];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "05:30";
|
||||
options = "--delete-older-than 7d";
|
||||
|
||||
settings = {
|
||||
keep-outputs = true;
|
||||
auto-optimise-store = true;
|
||||
experimental-features = ["nix-command" "flakes"];
|
||||
trusted-users = ["root" "@wheel"];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue