mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
18 lines
290 B
Nix
18 lines
290 B
Nix
_: {
|
|
nix = {
|
|
gc = {
|
|
automatic = true;
|
|
dates = "weekly";
|
|
};
|
|
settings = {
|
|
auto-optimise-store = true;
|
|
trusted-users = [
|
|
"deploy"
|
|
];
|
|
};
|
|
#package = pkgs.lixPackageSets.stable.lix;
|
|
};
|
|
system = {
|
|
rebuild.enableNg = true;
|
|
};
|
|
}
|