diff options
| author | Kj Tsanaktsidis <kjtsanaktsidis@groq.com> | 2026-01-09 11:58:31 +1100 |
|---|---|---|
| committer | Kj Tsanaktsidis <kjtsanaktsidis@groq.com> | 2026-01-09 11:58:31 +1100 |
| commit | 98e94297af73c583c9636c99772b2c1c34f98743 (patch) | |
| tree | 1ac244e55b6d544d556b2327308d07708350e824 /nixos-update.rb | |
| parent | f5686b8e377ce3ecbf617783b4f2398423cb19fd (diff) | |
some refactor
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 |
