mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
gh: enable gc
This commit is contained in:
parent
91d5daa5f0
commit
f33ae745f2
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ in
|
|||
inputs.github-nix-ci.nixosModules.default
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
};
|
||||
|
||||
services.github-nix-ci = {
|
||||
age.secretsDir = self + /secrets;
|
||||
runnerSettings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue