mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
update core-security
This commit is contained in:
parent
5a59d22076
commit
7415f17237
2 changed files with 4 additions and 1 deletions
|
@ -73,6 +73,8 @@
|
|||
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
|
||||
luj.nginx.enable = true;
|
||||
services.nginx.virtualHosts."vaults.malka.family" = {
|
||||
|
|
|
@ -26,9 +26,10 @@ with lib;
|
|||
auto-optimise-store = true;
|
||||
substituters = [
|
||||
"https://cache.nixos.org"
|
||||
"https://cache.saumon.network/attic-exec?priority=100"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"bin.julienmalka.me:RfXA+kPZt3SsMHGib5fY5mxJQLijfXzPbHjHD52ijyI="
|
||||
"attic-exec:W1PQ0txRf4qpCIlNLscD/Xw1GwGoBij73JSum/I8Xt4="
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue