add nginx webserver

This commit is contained in:
2024-11-09 07:43:31 -06:00
parent c724557c9e
commit 672b90933c
7 changed files with 59 additions and 15 deletions

View File

@@ -5,10 +5,6 @@
default = false;
};
imports = [
inputs.authentik-nix.nixosModules.default
];
config = lib.mkIf config.sysconfig.opts.virtualization.authentik.enable {
sops.templates."authentik.env" = {
@@ -33,6 +29,10 @@
};
};
config = {
imports = [
inputs.authentik-nix.nixosModules.default
];
services.authentik = {
@@ -43,6 +43,8 @@
avatars = "initials";
};
};
networking.firewall.enable = false;
};
};