From 03809235cfa37d79c3317405701947678b985d71 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Thu, 3 Jul 2025 23:04:23 +0200 Subject: [PATCH] Vacate jefke --- modules/attic.nix | 4 ++-- modules/atuin.nix | 2 +- modules/forgejo/default.nix | 2 +- modules/hedgedoc.nix | 4 ++-- modules/immich.nix | 4 ++-- modules/kitchenowl.nix | 2 +- modules/ntfy.nix | 2 +- modules/paperless.nix | 6 +++--- modules/radicale.nix | 2 +- modules/syncthing.nix | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/modules/attic.nix b/modules/attic.nix index 9001bcb..f3eb7f6 100644 --- a/modules/attic.nix +++ b/modules/attic.nix @@ -33,7 +33,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.attic = { image = utils.mkNixNGImage "attic"; @@ -89,7 +89,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.postgres = { image = globals.images.postgres15; diff --git a/modules/atuin.nix b/modules/atuin.nix index d15f1c3..ed0e7a9 100644 --- a/modules/atuin.nix +++ b/modules/atuin.nix @@ -22,7 +22,7 @@ metadata.labels.app = "atuin"; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.database.hostPath = { path = "/mnt/longhorn/persistent/volumes/atuin-db"; diff --git a/modules/forgejo/default.nix b/modules/forgejo/default.nix index 37d40df..fb717c9 100644 --- a/modules/forgejo/default.nix +++ b/modules/forgejo/default.nix @@ -21,7 +21,7 @@ # This disables services from becoming environmental variables # to prevent SSH_PORT clashing with Forgejo config. enableServiceLinks = false; - nodeName = "jefke"; + nodeName = "atlas"; containers.forgejo = { image = globals.images.forgejo; diff --git a/modules/hedgedoc.nix b/modules/hedgedoc.nix index cd7b103..5ec5933 100644 --- a/modules/hedgedoc.nix +++ b/modules/hedgedoc.nix @@ -34,7 +34,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.hedgedoc = { image = globals.images.hedgedoc; @@ -116,7 +116,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.postgres = { image = globals.images.postgres15; diff --git a/modules/immich.nix b/modules/immich.nix index 770ee2d..173b9d8 100644 --- a/modules/immich.nix +++ b/modules/immich.nix @@ -26,7 +26,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.data.hostPath = { path = "/mnt/longhorn/persistent/volumes/immich"; @@ -141,7 +141,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.data.hostPath = { path = "/mnt/longhorn/persistent/volumes/immich-db"; diff --git a/modules/kitchenowl.nix b/modules/kitchenowl.nix index 6b8ae5d..21bf9c0 100644 --- a/modules/kitchenowl.nix +++ b/modules/kitchenowl.nix @@ -19,7 +19,7 @@ metadata.labels.app = "kitchenowl"; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.data.hostPath = { path = "/mnt/longhorn/persistent/volumes/kitchenowl"; diff --git a/modules/ntfy.nix b/modules/ntfy.nix index d87dedb..e84c61f 100644 --- a/modules/ntfy.nix +++ b/modules/ntfy.nix @@ -16,7 +16,7 @@ metadata.labels.app = "ntfy"; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.ntfy = { image = utils.mkNixNGImage "ntfy"; diff --git a/modules/paperless.nix b/modules/paperless.nix index 406821a..275d9fd 100644 --- a/modules/paperless.nix +++ b/modules/paperless.nix @@ -29,7 +29,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.data.hostPath = { path = "/mnt/longhorn/persistent/volumes/paperless-data"; @@ -117,7 +117,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.data.hostPath = { path = "/mnt/longhorn/persistent/volumes/paperless-redisdata"; @@ -160,7 +160,7 @@ }; spec = { - nodeName = "jefke"; + nodeName = "atlas"; volumes.data.hostPath = { path = "/mnt/longhorn/persistent/volumes/paperless-db"; diff --git a/modules/radicale.nix b/modules/radicale.nix index e023f94..6027c9b 100644 --- a/modules/radicale.nix +++ b/modules/radicale.nix @@ -17,7 +17,7 @@ metadata.labels.app = "radicale"; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.radicale = { image = utils.mkNixNGImage "radicale"; diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 07d3f1e..68d5992 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -16,7 +16,7 @@ metadata.labels.app = "syncthing"; spec = { - nodeName = "jefke"; + nodeName = "atlas"; containers.syncthing = { image = globals.images.syncthing;