Trust nix-serve

This commit is contained in:
Sridhar Ratnakumar 2022-12-23 15:39:55 -05:00
parent e62e4775dd
commit c9ba59bb73

View file

@ -11,6 +11,7 @@
enable = true;
secretKeyFile = config.age.secrets.${keyName}.path;
};
nix.settings.trusted-users = [ "nix-serve" ];
services.nginx = {
virtualHosts.${domain} = {
forceSSL = true;