From faf1e79431a7997f133b538770f617061558eb1a Mon Sep 17 00:00:00 2001 From: xqtc Date: Sun, 20 Oct 2024 16:38:31 +0200 Subject: [PATCH] Add brodo user on beleth --- hosts/x86_64-linux/beleth/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/x86_64-linux/beleth/default.nix b/hosts/x86_64-linux/beleth/default.nix index d747a13..21e3a03 100644 --- a/hosts/x86_64-linux/beleth/default.nix +++ b/hosts/x86_64-linux/beleth/default.nix @@ -214,6 +214,17 @@ with lib; { "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKA4+3PkFptATzrWncxdj63SqZ747cDb8TqmdQFugvW7 ellie@card" ]; }; + + users.users.brodo = { + isNormalUser = true; + packages = with pkgs; [ + git + wget + ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAZqFlE49ln4iAcVNzUaTXbFW6SA8Wwxl1hiwUkegUfy julian@example.com" + ]; + }; users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTLJqIVwnqFO64rnc66d234TFOdFXpDS9fJUA4/f4in xqtc@alastor"