From 9e349b7164ba6b818b18a1048808cb216b9f5cf5 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 21:58:45 +0100 Subject: [PATCH] Nope, was dumb, maybe, again. --- nix-system-configs/modules/system/forgejo.nix | 2 -- nix-system-configs/modules/system/traefik.nix | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nix-system-configs/modules/system/forgejo.nix b/nix-system-configs/modules/system/forgejo.nix index 816b356..be1991c 100644 --- a/nix-system-configs/modules/system/forgejo.nix +++ b/nix-system-configs/modules/system/forgejo.nix @@ -8,12 +8,10 @@ cfg = config.services.forgejo; srv = cfg.settings.server; in { - config = { local.hostname = "forgejoprg"; local.username = "forgejoprg"; local.userDescription = "Forgejo Admin"; local.address = "10.1.1.4"; - }; # Enable Fedgejo service services.nginx = { diff --git a/nix-system-configs/modules/system/traefik.nix b/nix-system-configs/modules/system/traefik.nix index b6007b8..a249a55 100644 --- a/nix-system-configs/modules/system/traefik.nix +++ b/nix-system-configs/modules/system/traefik.nix @@ -4,12 +4,11 @@ lib, ... }: { - config = { local.hostname = "nixos-traefik"; local.username = "traefikprg"; local.userDescription = "NixOS PRG Traefik Service"; local.address = "10.1.1.250"; - }; + services.traefik = { enable = true;