mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Updated nix for 22.11
This commit is contained in:
parent
4bfc60bb7d
commit
b8a60187df
2 changed files with 11 additions and 8 deletions
|
@ -65,7 +65,7 @@
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
||||||
|
|
||||||
nix.maxJobs = lib.mkDefault 6;
|
nix.settings.max-jobs = lib.mkDefault 6;
|
||||||
|
|
||||||
services.fail2ban.enable = true;
|
services.fail2ban.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -21,13 +21,16 @@ with lib;
|
||||||
"nixpkgs=${inputs.nixpkgs}"
|
"nixpkgs=${inputs.nixpkgs}"
|
||||||
"nixos=${inputs.nixpkgs}"
|
"nixos=${inputs.nixpkgs}"
|
||||||
];
|
];
|
||||||
binaryCaches = [
|
settings =
|
||||||
|
{
|
||||||
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"https://bin.julienmalka.me"
|
"https://bin.julienmalka.me"
|
||||||
];
|
];
|
||||||
binaryCachePublicKeys = [
|
trusted-public-keys = [
|
||||||
"bin.julienmalka.me:RfXA+kPZt3SsMHGib5fY5mxJQLijfXzPbHjHD52ijyI="
|
"bin.julienmalka.me:RfXA+kPZt3SsMHGib5fY5mxJQLijfXzPbHjHD52ijyI="
|
||||||
];
|
];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue