nixos/community-builder: add wolfgangwalther

This commit is contained in:
Wolfgang Walther 2025-01-11 15:59:37 +01:00 committed by Jörg Thalheim
parent 4349e00c6a
commit c7d7c16b00
2 changed files with 6 additions and 0 deletions
modules/nixos/community-builder

View file

@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE9dZjVdwzu0ndza4lv44ngYOk0bqvnuQ43FeJiMYPwX

View file

@ -232,6 +232,11 @@ let
trusted = true;
keys = ./keys/leona;
}
{
name = "wolfgangwalther";
trusted = true;
keys = ./keys/wolfgangwalther;
}
];
in
{