hosts/osmium: Migrate secrets to sops
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user