diff options
Diffstat (limited to 'systems/cobalt')
-rw-r--r-- | systems/cobalt/default.nix | 3 |
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 = { |