🔧 cachix config
This commit is contained in:
@ -12,7 +12,17 @@ _: {
|
||||
automatic = true;
|
||||
};
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
substituters = [
|
||||
"https://walkah.cachix.org"
|
||||
];
|
||||
|
||||
trusted-users = [ "root" "@admin" ];
|
||||
|
||||
trusted-public-keys = [
|
||||
"walkah.cachix.org-1:D8cO78JoJC6UPV1ZMgd1V5znpk3jNUERGIeAKN15hxo="
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -4,9 +4,27 @@
|
||||
vim
|
||||
];
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
gc = {
|
||||
automatic = true;
|
||||
persistent = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
|
||||
substituters = [
|
||||
"https://walkah.cachix.org"
|
||||
];
|
||||
|
||||
trusted-users = [ "root" "walkah" ];
|
||||
|
||||
trusted-public-keys = [
|
||||
"walkah.cachix.org-1:D8cO78JoJC6UPV1ZMgd1V5znpk3jNUERGIeAKN15hxo="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user