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, ... }: { config, pkgs, ... }:
let serverCfg = config.syscfg.server; let serverCfg = config.syscfg.server;
in { in {
project.name = "Authentik"; project.name = "authentik";
networks = { networks = {
internal = { internal = {

View File

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