Configure sops-nix

This commit is contained in:
Manuel Thalmann 2024-05-02 01:20:46 +02:00
parent df7cac52b0
commit 434ec48118

View file

@ -28,6 +28,16 @@
vmVariantWithBootLoader = vmConfig;
};
sops = {
defaultSopsFile = ../secrets/global.yaml;
age = {
sshKeyPaths = [
"/etc/ssh/ssh_host_ed25519_key"
];
};
};
boot.loader = {
efi = {
canTouchEfiVariables = true;