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:59 +0900
committersefidel <contact@sefidel.net>2024-01-12 00:18:45 +0900
commit5d812e4ba8f0811b6a32ac595992ec245f565eba (patch)
treee2cfc25723a389a47c7bed2eda74d65833d67ab8 /systems/cobalt
parentd929d9140ae185f8958e4f22e00767871bcaaf65 (diff)
downloadinfra-5d812e4ba8f0811b6a32ac595992ec245f565eba.tar.gz
infra-5d812e4ba8f0811b6a32ac595992ec245f565eba.zip
feat(systems): use flake module
Diffstat (limited to 'systems/cobalt')
-rw-r--r--systems/cobalt/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index c8a7139..e8a7615 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -155,10 +155,11 @@ in
   sops.secrets.searx-env = { };
   sops.secrets.freshrss-admin-pass = { owner = "freshrss"; };
 
-  nix.experimentalFeatures = "nix-command flakes";
 
   services.openssh.knownHosts."hk-s020.rsync.net".publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILcPl9x9JfRFwsn09NnDw/xBZbAN80ZQck+h6AqlVqPH";
 
+  nix.flakes.enable = true;
+
   modules = {
     security.enable = true;
     persistence = {