1
0
Fork 0

Hevana: fix old reference to Forgejo Actions

This commit is contained in:
Aires 2024-10-18 11:39:07 -04:00
parent 39ef85ffc1
commit 2f925428ed
2 changed files with 2 additions and 11 deletions

View file

@ -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.