feat(forgejo): why are we here? just to suffer?

This commit is contained in:
Kat Inskip 2025-10-13 07:55:06 -07:00
parent f108a20f26
commit 69d80bde5b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 211 additions and 9 deletions

View file

@ -21,6 +21,8 @@ _: let
++ (with tree.nixos.servers; [
weechat
#matrix
forgejo
forgejo-runner
postgres
web
]);

View file

@ -56,6 +56,9 @@ _: let
#hyprland
niri
])
++ (with tree.nixos.servers; [
forgejo-runner
])
++ (with inputs.nixos-hardware.outputs.nixosModules; [
common-pc
common-pc-ssd

View file

@ -15,7 +15,8 @@ _: let
oracle_micro
])
++ (with tree.nixos.servers; [
]);
forgejo-runner
]);
system.stateVersion = "23.11";
};

View file

@ -13,6 +13,9 @@ _: let
])
++ (with tree.nixos.hardware; [
oracle_micro
])
++ (with tree.nixos.servers; [
forgejo-runner
]);
system.stateVersion = "23.11";