1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: add secrets for sentinel

This commit is contained in:
oddlama 2023-05-29 21:51:23 +02:00
parent 8c4b0933b9
commit ca7bbeec72
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 54 additions and 2 deletions

View file

@ -1,10 +1,10 @@
{
config,
name,
pkgs,
nodePath,
...
}: {
rekey.secrets.initrd_host_ed25519_key.file = ../${name}/secrets/initrd_host_ed25519_key.age;
rekey.secrets.initrd_host_ed25519_key.file = nodePath + "/secrets/initrd_host_ed25519_key.age";
boot.initrd.network.enable = true;
boot.initrd.network.ssh = {

Binary file not shown.