remove gitea runner from NAS and bind immich to ipv4 localhost
This commit is contained in:
@@ -205,26 +205,6 @@ in {
|
|||||||
autoScrub.enable = true;
|
autoScrub.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
gitea-actions-runner.instances = {
|
|
||||||
runner1 = {
|
|
||||||
enable = true;
|
|
||||||
name = "celestia";
|
|
||||||
url = "https://git.fuckwit.dev";
|
|
||||||
tokenFile = config.sops.secrets."act-runner-token".path;
|
|
||||||
labels = [
|
|
||||||
"nix:docker://nixos/nix:latest"
|
|
||||||
];
|
|
||||||
# hostPackages = with pkgs; [
|
|
||||||
# bash
|
|
||||||
# coreutils
|
|
||||||
# curl
|
|
||||||
# wget
|
|
||||||
# gnused
|
|
||||||
# gitMinimal
|
|
||||||
# ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
restic = let
|
restic = let
|
||||||
mkBackup = repo: paths: exclude: pruneOpts: {
|
mkBackup = repo: paths: exclude: pruneOpts: {
|
||||||
repository = "sftp:u169497-sub5@u169497.your-storagebox.de:${repo}";
|
repository = "sftp:u169497-sub5@u169497.your-storagebox.de:${repo}";
|
||||||
@@ -347,6 +327,7 @@ in {
|
|||||||
|
|
||||||
immich = {
|
immich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
host = "127.0.0.1";
|
||||||
mediaLocation = "/tank/images/immich";
|
mediaLocation = "/tank/images/immich";
|
||||||
settings.server.externalDomain = "https://immich.fuckwit.dev";
|
settings.server.externalDomain = "https://immich.fuckwit.dev";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user