diff --git a/nixos/celestia/configuration.nix b/nixos/celestia/configuration.nix index 9bb9d2c..accc2d2 100644 --- a/nixos/celestia/configuration.nix +++ b/nixos/celestia/configuration.nix @@ -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"; };