From ed51e818c1995f57b710327957c1d179980e4deb Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 22:13:18 +0200 Subject: refactor(modules/secrets): Split into the modules, that need the secrets Storing the secrets in the module that actually needs them, is a cleaner solution. --- flake/nixosConfigurations/common.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'flake') diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix index 3775d63b..cc191ea9 100644 --- a/flake/nixosConfigurations/common.nix +++ b/flake/nixosConfigurations/common.nix @@ -15,7 +15,6 @@ impermanence.enable = true; polkit.enable = true; power.enable = true; - secrets.enable = true; services = { adb = { -- cgit 1.4.1