[NixOS] Move gitea to its own file enable actions runner
This commit is contained in:
@@ -24,6 +24,7 @@ in
|
||||
port = 80;
|
||||
path = "/nix-cache";
|
||||
};
|
||||
modules.gitea.enable = true;
|
||||
|
||||
services.vaultwarden = {
|
||||
enable = true;
|
||||
@@ -61,20 +62,6 @@ in
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
settings.server = {
|
||||
DOMAIN = "1896Folsom.duckdns.org";
|
||||
SSH_PORT = 1123;
|
||||
};
|
||||
};
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
enable = true;
|
||||
url = "http://1896Folsom.duckdns.org:3000";
|
||||
};
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/NIXOS_SD";
|
||||
fsType = "ext4";
|
||||
|
Reference in New Issue
Block a user