test
This commit is contained in:
parent
3a39989275
commit
029bbfdef6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
instances."${hostname}" = {
|
instances."${hostname}" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "${hostname}";
|
name = "${hostname}";
|
||||||
labels = [ "native:host" "nixos" ];
|
labels = [ "self-hosted:host://-self-hosted" ];
|
||||||
url = "https://git.sysctl.io";
|
url = "https://git.sysctl.io";
|
||||||
tokenFile = /run/secrets/services/forgejo_token;
|
tokenFile = /run/secrets/services/forgejo_token;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue