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:
parent
8c4b0933b9
commit
ca7bbeec72
11 changed files with 54 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
BIN
hosts/sentinel/secrets/initrd_host_ed25519_key.age
Normal file
BIN
hosts/sentinel/secrets/initrd_host_ed25519_key.age
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue