1
0

hosts/osmium: Migrate secrets to sops

This commit is contained in:
2024-04-28 10:57:03 +02:00
parent 67e3aa4ac1
commit 8c46f57946
4 changed files with 28 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
WorkingDirectory = "/var/lib/clerie-update-nixfiles";
DynamicUser = true;
# this sets the correct file permissions for the ssh key because we use DynamicUser
LoadCredential = "clerie-update-nixfiles-ssh:${config.age.secrets."clerie-update-nixfiles-ssh".path}";
LoadCredential = "clerie-update-nixfiles-ssh:${config.sops.secrets."clerie-update-nixfiles-ssh".path}";
};
startAt = "*-*-* 03:03:00";
};