'toString inputs' -> 'inputs'
This commit is contained in:
parent
b54704e0e3
commit
a06d843d5c
7 changed files with 10 additions and 10 deletions
modules/nixos
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue