Skip to content

Commit

Permalink
Bump flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed May 15, 2024
1 parent 08cb60b commit 2ca91a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ tasks:
cmds:
- scp hosts/hera/configuration.nix root@hera.zinn.tech:/mnt/etc/nixos/configuration.nix
- scp root@hera.zinn.tech:/mnt/etc/nixos/hardware-configuration.nix hosts/hera/hardware-configuration.nix
- sops -d homes/scotte/hosts/hera/secrets.sops.yaml | sed 's/scotte-password:\ //' > /tmp/password_hash
- scp /tmp/password_hash root@hera.zinn.tech:/mnt/persist/etc/users/scotte
- rm /tmp/password_hash

get-hera-key:
desc: Get ssh key for sops
Expand Down
32 changes: 16 additions & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ca91a7

Please sign in to comment.