'toString inputs' -> 'inputs'

This commit is contained in:
zowoq 2024-10-24 13:58:51 +10:00
parent b54704e0e3
commit a06d843d5c
7 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@
};
age.secrets.hetzner-borgbackup-ssh = {
file = "${toString inputs.self}/secrets/hetzner-borgbackup-ssh.age";
file = "${inputs.self}/secrets/hetzner-borgbackup-ssh.age";
};
systemd.services.borgbackup-job-github-org = {