kommode/sops: init
Some checks are pending
Eval nix flake / evals (push) Waiting to run

This commit is contained in:
2025-03-16 14:04:09 +01:00
parent a408ef6688
commit 08b010cb93
3 changed files with 112 additions and 4 deletions

View File

@@ -7,10 +7,10 @@
(fp /misc/metrics-exporters.nix)
];
# sops.defaultSopsFile = fp /secrets/kommode/kommode.yaml;
# sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
# sops.age.keyFile = "/var/lib/sops-nix/key.txt";
# sops.age.generateKey = true;
sops.defaultSopsFile = fp /secrets/kommode/kommode.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
sops.age.generateKey = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;