This commit is contained in:
mjallen18
2026-01-30 23:37:52 -06:00
parent 59268d1da3
commit c83cfcf06b
5 changed files with 18 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ in
environmentFile = "/run/secrets/jallen-nas/attic-key";
};
authentik = {
enable = true;
enable = false;
configureDb = true;
port = 9000;
environmentFile = "/run/secrets/jallen-nas/authentik-env";

View File

@@ -120,6 +120,6 @@
# # Boot # #
# ###################################################
boot.kernelPackages = pkgs.${namespace}.linuxPackages_cachyos-server-lto-znver4;
boot.kernelPackages = pkgs.${namespace}.linuxPackages_cachyos-server-lto;
}