fix: All machine have they own hardware
This commit is contained in:
parent
1637885001
commit
4070c37cc5
17 changed files with 286 additions and 103 deletions
11
secrets/secrets.nix
Normal file
11
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
user1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINh+ozv5FVvlAk2cuoHQJa2p+TngWXCcAAWvztLpGl67";
|
||||
users = [ user1];
|
||||
|
||||
system1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHc2hgH+0cCxO5a68S0OFIX437m6+qNWY9h5A7amtn46";
|
||||
systems = [ system1 ];
|
||||
in
|
||||
{
|
||||
"smtp_server.age".publicKeys = [ user1 system1 ];
|
||||
"imap_server.age".publicKeys = [ user1 system1 ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue