mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
add authentik
This commit is contained in:
parent
ca8a707ae2
commit
3d610bb84e
3 changed files with 45 additions and 8 deletions
|
|
@ -9,7 +9,8 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
{
|
||||
imports = lib.flatten [
|
||||
# Hardware
|
||||
./hardware-configuration.nix
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
"modules/services/fail2ban"
|
||||
"modules/services/ntfy-sh"
|
||||
"modules/services/mesh/client.nix"
|
||||
"modules/services/auth-provider"
|
||||
"modules/services/ollama/proxy.nix" # Just host the proxy path back to Parzival
|
||||
"modules/services/netbox"
|
||||
"modules/services/matrix"
|
||||
|
|
@ -71,7 +73,10 @@
|
|||
networkmanager.enable = true;
|
||||
enableIPv6 = false;
|
||||
firewall = {
|
||||
allowedTCPPorts = [80 443];
|
||||
allowedTCPPorts = [
|
||||
80
|
||||
443
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue