diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 22:13:18 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 22:13:18 +0200 |
commit | ed51e818c1995f57b710327957c1d179980e4deb (patch) | |
tree | 51f002f947677a3cb0f74ab47d8fc0d6b0a52711 /flake | |
parent | refactor(modules/legacy/conf/lf): Move to new `by-name` dir (diff) | |
download | nixos-config-ed51e818c1995f57b710327957c1d179980e4deb.tar.gz nixos-config-ed51e818c1995f57b710327957c1d179980e4deb.zip |
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.
Diffstat (limited to 'flake')
-rw-r--r-- | flake/nixosConfigurations/common.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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 = { |