about summary refs log tree commit diff
path: root/systems/cobalt
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/cobalt
parenta0e13034700e6a697c1adac3050702a1d3ba0ecd (diff)
downloadinfra-60747923348733085f7c7647ba304e75c096d80d.tar.gz
infra-60747923348733085f7c7647ba304e75c096d80d.zip
feat(modules, systems): don't implicitly activate modules
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index 16e7c37..c8a7139 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -160,11 +160,14 @@ in
   services.openssh.knownHosts."hk-s020.rsync.net".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILcPl9x9JfRFwsn09NnDw/xBZbAN80ZQck+h6AqlVqPH";
 
   modules = {
-    sops.enable = true;
+    security.enable = true;
     persistence = {
       enable = true;
       storagePath = "/persist";
     };
+    cachix.enable = true;
+
+    sops.enable = true;
 
     services.backup = {
       enable = true;