about summary refs log tree commit diff stats
path: root/flake/nixosConfigurations/common.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 22:13:18 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-18 22:13:18 +0200
commited51e818c1995f57b710327957c1d179980e4deb (patch)
tree51f002f947677a3cb0f74ab47d8fc0d6b0a52711 /flake/nixosConfigurations/common.nix
parentrefactor(modules/legacy/conf/lf): Move to new `by-name` dir (diff)
downloadnixos-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/nixosConfigurations/common.nix')
-rw-r--r--flake/nixosConfigurations/common.nix1
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 = {