mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-25 02:26:57 +02:00
Add initial secrets
This commit is contained in:
parent
78836daf06
commit
796010071b
4 changed files with 45 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue