add auth to traefik and mv it to server1
nixos config pipeline / show-flake (push) Successful in 32s
nixos config pipeline / deploy (push) Successful in 43s

This commit is contained in:
smayzy
2025-09-22 22:04:52 +02:00
parent d3f7fe76d8
commit 0a43a381cc
4 changed files with 55 additions and 19 deletions
+2 -1
View File
@@ -47,5 +47,6 @@ in
"systems.age" = mkKey systems;
"traefik-cf-tk.age" = mkKey desktop1;
"traefik-cf-tk.age" = mkKey server1;
"traefik-dashboard-auth.age" = mkKey server1;
}