Compare commits
1 commit
83b7262090
...
ec46a28278
Author | SHA1 | Date | |
---|---|---|---|
ec46a28278 |
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
nix = {
|
||||
settings = {
|
||||
# trusted-public-keys belonging to specific persons are set in rolse/admins.nix
|
||||
trusted-public-keys = [];
|
||||
experimental-features = [
|
||||
"flakes"
|
||||
|
@ -11,6 +12,7 @@
|
|||
builders-use-substitutes = true;
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
persistent = false;
|
||||
dates = "weekly";
|
||||
options = "-d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue