remove gitea runner from NAS and bind immich to ipv4 localhost
This commit is contained in:
parent
c0915335ce
commit
92fa07489a
@ -205,26 +205,6 @@ in {
|
||||
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
|
||||
mkBackup = repo: paths: exclude: pruneOpts: {
|
||||
repository = "sftp:u169497-sub5@u169497.your-storagebox.de:${repo}";
|
||||
@ -347,6 +327,7 @@ in {
|
||||
|
||||
immich = {
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
mediaLocation = "/tank/images/immich";
|
||||
settings.server.externalDomain = "https://immich.fuckwit.dev";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user