Refactor sops default file path

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-05-13 11:03:09 +01:00
parent 89401a72b7
commit d07e77a577
5 changed files with 10 additions and 14 deletions

View File

@@ -168,8 +168,6 @@ cat <<EOF > "./hosts/$host/default.nix"
];
networking.hostName = "$host";
i18n.defaultLocale = "en_US.UTF-8";
sops.defaultSopsFile = ./secrets/secrets.yaml;
}
EOF