This commit is contained in:
@@ -78,11 +78,18 @@
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
# enable flakes!
|
||||
settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
settings = {
|
||||
# enable flakes!
|
||||
experimental-features = [
|
||||
"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
|
||||
|
||||
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