Hevana: fix old reference to Forgejo Actions
This commit is contained in:
parent
39ef85ffc1
commit
2f925428ed
|
@ -1,9 +1,4 @@
|
||||||
{
|
{ config, pkgs, ... }:
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
# Do not change this value! This tracks when NixOS was installed on your system.
|
# Do not change this value! This tracks when NixOS was installed on your system.
|
||||||
|
@ -115,10 +110,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
home = "${services-root}/forgejo";
|
home = "${services-root}/forgejo";
|
||||||
url = config.secrets.services.forgejo.url;
|
url = config.secrets.services.forgejo.url;
|
||||||
actions = {
|
|
||||||
enable = false;
|
|
||||||
token = config.secrets.services.forgejo.runner-token;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
enable = false;
|
enable = false;
|
||||||
|
@ -210,7 +201,7 @@ in
|
||||||
};
|
};
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ports = [ config.secrets.hosts.dimaga.ssh.port ];
|
ports = [ config.secrets.hosts.hevana.ssh.port ];
|
||||||
};
|
};
|
||||||
virtualization.host = {
|
virtualization.host = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue