diff options
Diffstat (limited to 'nixos-update.rb')
| -rwxr-xr-x | nixos-update.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos-update.rb b/nixos-update.rb index 55c61e6..86aed23 100755 --- a/nixos-update.rb +++ b/nixos-update.rb @@ -71,7 +71,7 @@ class NixOSUpdater def decrypt_secrets cmd = TTY::Command.new(printer: :null) - result = cmd.run('sops', 'decrypt', '--output-type', 'json', "#{@system_def}/secrets.yaml") + result = cmd.run('sops', 'decrypt', '--output-type', 'json', "machines/#{@system_def}/secrets.yaml") JSON.parse(result.out) end |
