From 749045904aad0c87467cbd9739aa6616a33ab3b6 Mon Sep 17 00:00:00 2001 From: Kaare Hoff Skovgaard Date: Tue, 15 Jul 2025 08:33:57 +0200 Subject: [PATCH] Add to list of systems built Former-commit-id: fbfbf97fc334996531def366109fc87bc8755d1b --- .forgejo/workflows/push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index 5aedf95..9de34f2 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -38,3 +38,4 @@ jobs: nix build --no-link '.#nixosConfigurations."desktop.kaareskovgaard.net".config.system.build.toplevel' nix build --no-link '.#nixosConfigurations."desktop.kaareskovgaard.net".config.system.build.vm' nix build --no-link '.#nixosConfigurations."monitoring.kaareskovgaard.net".config.system.build.toplevel' + nix build --no-link '.#nixosConfigurations."security.kaareskovgaard.net".config.system.build.toplevel'