Compare commits

..

1 commit

Author SHA1 Message Date
83b7262090
nix config to save some space 2024-10-14 12:31:10 +02:00

View file

@ -1,7 +1,6 @@
{
nix = {
settings = {
# trusted-public-keys belonging to specific persons are set in rolse/admins.nix
trusted-public-keys = [];
experimental-features = [
"flakes"
@ -12,7 +11,6 @@
builders-use-substitutes = true;
};
gc = {
automatic = true;
persistent = false;
dates = "weekly";
options = "-d";