Fixed sops secret path for home manager; added automatic tailscale auth

This commit is contained in:
2026-06-27 22:10:55 +02:00
parent 57f6b25a9e
commit bd56dec0b1
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
if isDarwin then
"/Users/${primaryUser}/.config/nix/secrets/keys.txt"
else
"/home/${primaryUser}/.config/nix/secrets/keys.txt";
"/persist/secrets/keys.txt";
secrets = {
GROQ_API_KEY = { };
OPENWEATHER_API_KEY = { };