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,
lib,
pkgs,
...
}:
{ config, pkgs, ... }:
let
# Do not change this value! This tracks when NixOS was installed on your system.
@ -115,10 +110,6 @@ in
enable = true;
home = "${services-root}/forgejo";
url = config.secrets.services.forgejo.url;
actions = {
enable = false;
token = config.secrets.services.forgejo.runner-token;
};
};
home-assistant = {
enable = false;
@ -210,7 +201,7 @@ in
};
ssh = {
enable = true;
ports = [ config.secrets.hosts.dimaga.ssh.port ];
ports = [ config.secrets.hosts.hevana.ssh.port ];
};
virtualization.host = {
enable = true;

Binary file not shown.