From e463b62bfc3fa9b8ddb16ab7cc43f5be5954017c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 31 Oct 2019 10:50:47 +0800 Subject: [PATCH] rpi: add harry account --- nixops/rpi.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixops/rpi.nix b/nixops/rpi.nix index d496e5b..c09dcfe 100644 --- a/nixops/rpi.nix +++ b/nixops/rpi.nix @@ -54,6 +54,11 @@ in extraGroups = ["plugdev" "dialout"]; openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJJTSJdpDh82486uPiMhhyhnci4tScp5uUe7156MBC8 a"]; }; + users.extraUsers.harry = { + isNormalUser = true; + extraGroups = ["plugdev" "dialout"]; + openssh.authorizedKeys.keys = ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfZGegJYOV2qCdTf2R54thWt0UjH/ycarugV5UWrdql7w9yqaGwqeadRIVoz9IH++AB8NFxPzxMiQzOH5TI4r5hVjconslSeucMvh9u/GPJqQk94uZayodgfqCeBL5v8RqW4kJE1CHrSbKhzLrtWsTsju2XFidLGqBg1v7HWmSB6UqzqmQWqPLxDCi7/JW2ECuKjYlOJY+uzGFz5cxOtJO/lUNSXT3ZSWF/VLscuMmLsdyocdVwZANgPS7A0/wArlbZZMNw72CHuWsh8WVxarKIRwhoaBgXv7Oj3ohi6fVRGo1DOC3ucDGCDNjaQG2gbXGHEiPtrpz43I7BcCeJqNH harry@juno"]; + }; users.extraUsers.konstantin = { isNormalUser = true; extraGroups = ["plugdev" "dialout"];