Add initial secrets

This commit is contained in:
Kevin Kandlbinder 2023-02-27 13:59:02 +00:00
parent 78836daf06
commit 796010071b
4 changed files with 45 additions and 1 deletions

View file

@ -15,6 +15,11 @@
../modules/yubikey.nix
];
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.secrets.example-key = {};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;