about summary refs log tree commit diff
path: root/systems/v-nanode1
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-01-11 14:41:10 +0900
committersefidel <contact@sefidel.net>2024-01-12 00:18:45 +0900
commit60747923348733085f7c7647ba304e75c096d80d (patch)
tree7915504a0dfacc153a27293b9bc2157dd2abfcd4 /systems/v-nanode1
parenta0e13034700e6a697c1adac3050702a1d3ba0ecd (diff)
downloadinfra-60747923348733085f7c7647ba304e75c096d80d.tar.gz
infra-60747923348733085f7c7647ba304e75c096d80d.zip
feat(modules, systems): don't implicitly activate modules
Diffstat (limited to 'systems/v-nanode1')
-rw-r--r--systems/v-nanode1/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/systems/v-nanode1/default.nix b/systems/v-nanode1/default.nix
index beba6ae..9e39830 100644
--- a/systems/v-nanode1/default.nix
+++ b/systems/v-nanode1/default.nix
@@ -81,6 +81,10 @@ in
   services.openssh.settings.PermitRootLogin = "prohibit-password";
 
   modules = {
+    security.enable = true;
+    persistence.enable = false;
+    cachix.enable = true;
+
     sops.enable = true;
   };