oparl: fix sops

This commit is contained in:
Astro 2022-05-28 01:45:08 +02:00
parent ab5b573734
commit 5888cf1359
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ in
systemd.tmpfiles.rules = [
"${config.users.users.oparl.home}/.ssh/id_ed25519 0400 oparl oparl - ${config.sops.secrets."users/oparl/id_ed25519".path}"
];
sops.secrets."users/oparl/id_ed25519" = {};
systemd.services.oparl-scraper = {
wantedBy = [ "multi-user.target" ];