mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 05:15:10 +00:00
stuff
This commit is contained in:
parent
2e577184af
commit
c6d2a9bf10
4 changed files with 0 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./redis.nix
|
./redis.nix
|
||||||
./searx.nix
|
|
||||||
./uptime-kuma.nix
|
./uptime-kuma.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -111,7 +111,6 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "Theia";
|
name = "Theia";
|
||||||
url = cfg.domain;
|
url = cfg.domain;
|
||||||
# token = "KQA3LtLj5s5PGUfVAxVJ2OCcnySDWdgjlsSaGbOJ";
|
|
||||||
tokenFile = config.age.secrets.forgejo-runner-token.path;
|
tokenFile = config.age.secrets.forgejo-runner-token.path;
|
||||||
labels = [
|
labels = [
|
||||||
"ubuntu-latest:docker://node:22-bookworm"
|
"ubuntu-latest:docker://node:22-bookworm"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
|
@ -3,7 +3,6 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (lib) template;
|
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf;
|
||||||
inherit (lib.services) mkServiceOption;
|
inherit (lib.services) mkServiceOption;
|
||||||
inherit (lib.secrets) mkSecret;
|
inherit (lib.secrets) mkSecret;
|
||||||
|
|
Loading…
Add table
Reference in a new issue