Initial template
This commit is contained in:
commit
6dbc617a7d
7 changed files with 176 additions and 0 deletions
8
secrets/secrets.nix
Normal file
8
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
rpi4-key = "<content of /etc/ssh/ssh_host_ed25519_key.pub on the rpi4>";
|
||||
myKey = "<my ssh pub key>";
|
||||
|
||||
keys = [rpi4-key myKey];
|
||||
in {
|
||||
"wifi.age".publicKeys = keys;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue