This commit is contained in:
@@ -78,11 +78,18 @@
|
|||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# enable flakes!
|
settings = {
|
||||||
settings.experimental-features = [
|
# enable flakes!
|
||||||
"nix-command"
|
experimental-features = [
|
||||||
"flakes"
|
"nix-command"
|
||||||
];
|
"flakes"
|
||||||
|
];
|
||||||
|
|
||||||
|
# Use muffin server as a binary cache
|
||||||
|
substituters = [ "https://nix-cache.sigkill.computer" ];
|
||||||
|
trusted-public-keys = [ "nix-cache.sigkill.computer-1:ONtQC9gUjL+2yNgMWB68NudPySXhyzJ7I3ra56/NPgk=" ];
|
||||||
|
netrc-file = "${./secrets/nix-cache-netrc}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# kernel options
|
# kernel options
|
||||||
|
|||||||
BIN
system/secrets/nix-cache-netrc
Normal file
BIN
system/secrets/nix-cache-netrc
Normal file
Binary file not shown.
Reference in New Issue
Block a user