From 7b8116644a556ac424a996ca6b1bfb1b756e055e Mon Sep 17 00:00:00 2001 From: tux Date: Sat, 7 Feb 2026 05:11:54 +0530 Subject: [PATCH] feat(canopus): remove nextcloud --- hosts/arcturus/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/arcturus/default.nix b/hosts/arcturus/default.nix index dcd789c..4d809f4 100644 --- a/hosts/arcturus/default.nix +++ b/hosts/arcturus/default.nix @@ -26,7 +26,6 @@ ../../modules/nixos/selfhosted/ntfy-sh.nix ../../modules/nixos/selfhosted/searx.nix ../../modules/nixos/selfhosted/wakapi.nix - ../../modules/nixos/selfhosted/nextcloud.nix ../../modules/nixos/selfhosted/silver-bullet.nix ../../modules/nixos/selfhosted/rustdesk-server.nix # ../../modules/nixos/selfhosted/kasmweb.nix @@ -73,11 +72,6 @@ sopsFile = ./secrets.yaml; }; - nextcloud_password = { - sopsFile = ./secrets.yaml; - owner = "nextcloud"; - }; - silver_bullet = { sopsFile = ./secrets.yaml; };