From 48809131150bde2134537a1b379bd25400635b0c Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 14 Dec 2025 17:24:05 +0100 Subject: [PATCH] feat(hosts/proxmox): removing the secrets management --- hosts/proxmox/discord-bots/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/proxmox/discord-bots/configuration.nix b/hosts/proxmox/discord-bots/configuration.nix index e50b142..02d1ec6 100644 --- a/hosts/proxmox/discord-bots/configuration.nix +++ b/hosts/proxmox/discord-bots/configuration.nix @@ -10,7 +10,6 @@ imports = [ ../../global.nix ./hardware-configuration.nix - ./secrets.nix ../../../services/discord.nix ];