Fix install.sh script

This commit is contained in:
Kevin Kandlbinder 2023-02-27 14:02:05 +00:00
parent 796010071b
commit 84bcc1a100
2 changed files with 9 additions and 8 deletions

View file

@ -17,7 +17,7 @@
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets.example-key = {};
sops.secrets.example_key = {};
boot.loader.systemd-boot.enable = true;