nixos/community-builder: add wolfgangwalther
This commit is contained in:
parent
4349e00c6a
commit
c7d7c16b00
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder
1
modules/nixos/community-builder/keys/wolfgangwalther
Normal file
1
modules/nixos/community-builder/keys/wolfgangwalther
Normal file
|
@ -0,0 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9dZjVdwzu0ndza4lv44ngYOk0bqvnuQ43FeJiMYPwX
|
|
@ -232,6 +232,11 @@ let
|
|||
trusted = true;
|
||||
keys = ./keys/leona;
|
||||
}
|
||||
{
|
||||
name = "wolfgangwalther";
|
||||
trusted = true;
|
||||
keys = ./keys/wolfgangwalther;
|
||||
}
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue