From 503d57c95e0cb99dcf6dcb5502fdd08bca0af9e2 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 17 Jun 2026 19:25:57 +0200 Subject: [PATCH] Remove deprecated services --- lib/nixos.nix | 4 ---- system/nixinator/default.nix | 1 - system/servenix/default.nix | 1 - system/systemmodules/impermanence/default.nix | 1 - 4 files changed, 7 deletions(-) diff --git a/lib/nixos.nix b/lib/nixos.nix index 7344273b..125f15c6 100644 --- a/lib/nixos.nix +++ b/lib/nixos.nix @@ -23,15 +23,11 @@ substituters = [ "https://cache.nixos.org" "https://nix-community.cachix.org" - # "https://comfyui.cachix.org" - # "https://ai.cachix.org" # "https://app.cachix.org/cache/nixos-rocm" ]; trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - # "comfyui.cachix.org-1:33mf9VzoIjzVbp0zwj+fT51HG0y31ZTK3nzYZAX0rec=" - # "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" # "nixos-rocm.cachix.org-1:VEpsf7pRIijjd8csKjFNBGzkBqOmw8H9PRmgAq14LnE=" ]; }; diff --git a/system/nixinator/default.nix b/system/nixinator/default.nix index 586552d0..0859eee8 100644 --- a/system/nixinator/default.nix +++ b/system/nixinator/default.nix @@ -12,7 +12,6 @@ ./disks.nix # General services - ../services/comfyui.nix ../services/fileflows-node.nix ]; diff --git a/system/servenix/default.nix b/system/servenix/default.nix index 8c8f1dc6..52938017 100644 --- a/system/servenix/default.nix +++ b/system/servenix/default.nix @@ -24,7 +24,6 @@ # General services ../services/authelia.nix ../services/bazarr.nix - ../services/box.nix ../services/fileflows.nix ../services/gitea.nix ../services/immich.nix diff --git a/system/systemmodules/impermanence/default.nix b/system/systemmodules/impermanence/default.nix index 51f7ef21..4f60d110 100644 --- a/system/systemmodules/impermanence/default.nix +++ b/system/systemmodules/impermanence/default.nix @@ -70,7 +70,6 @@ in { (mkRDir "/usr/systemd-placeholder" m755) # TODO: Why does this use the mandb user? - # TODO: Why does this apparently conflict with comfyui-nix? # (mkDir "mandb" "/var/cache/man" m755) # (mkRDir "/var/cache/restic-backups-synology" m755)