Fix project names
All checks were successful
Nix Build / build-nixos (push) Successful in 6m12s

This commit is contained in:
soraefir 2024-04-21 10:35:47 +02:00
parent 3aedb499fb
commit 0f4154bcb5
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let serverCfg = config.syscfg.server;
in {
project.name = "Authentik";
project.name = "authentik";
networks = {
internal = {

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let serverCfg = config.syscfg.server;
in {
project.name = "Cloud";
project.name = "cloud";
networks = {
internal = {