diff options
Diffstat (limited to '.guix/guix-na/config')
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index 55a9521..24e956f 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -84,6 +84,14 @@ '("wheel")) (home-directory "/home/auto")) (user-account + (name "arun") + (comment "Admin user") + (group "users") + (shell #~(string-append #$zsh "/bin/zsh")) + (supplementary-groups + '("wheel")) + (home-directory "/home/arun")) + (user-account (name "collin") (comment "Admin user") (group "users") @@ -91,6 +99,14 @@ (supplementary-groups '("wheel")) (home-directory "/home/collin")) + (user-account + (name "pjotr") + (comment "Admin user") + (group "users") + (shell #~(string-append #$zsh "/bin/zsh")) + (supplementary-groups + '("wheel")) + (home-directory "/home/pjotr")) %base-user-accounts)) (packages @@ -113,7 +129,13 @@ (allow-agent-forwarding? #t) (authorized-keys `(("auto" ,(local-file "../../../.pubkeys/deploy-key.pub")) + ("arun" ,(local-file "../../../.pubkeys/arun.pub")) ("collin" ,(local-file "../../../.pubkeys/collin.pub")) + ("pjotr" + ,(local-file "../../../.pubkeys/pjotr-gaeta.pub") + ,(local-file "../../../.pubkeys/pjotr-napoli.pub") + ,(local-file "../../../.pubkeys/pjotr-stromboli.pub") + ,(local-file "../../../.pubkeys/pjotr-tb-arm-01.pub")) ("root" ,(local-file "../../../.pubkeys/collin.pub")))))) (service static-networking-service-type (list (static-networking |