update core-security

This commit is contained in:
Julien Malka 2023-07-26 20:17:32 +02:00
parent 5a59d22076
commit 7415f17237
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 4 additions and 1 deletions

View file

@ -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" = {

View file

@ -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="
];
};