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