fix: update secrets file

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-04-10 13:07:47 -03:00
parent 4b62f3e43d
commit 0758323a5e

View File

@@ -6,7 +6,7 @@
...
}: let
lesser-secrets = with builtins;
fromJSON (readFile ../../secrets/homelab-lesser-secrets.decrypted.json);
fromJSON (readFile ../../secrets/homelab-secrets.lesser.decrypted.json);
jsonType = pkgs.formats.json {};
in {
imports = [