diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2020-11-24 10:25:37 +0100 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2020-11-24 10:25:37 +0100 |
commit | ff1d896c8d436cdc83f60f7df7203f38f03fceac (patch) | |
tree | fddf44f90a547bee146b6724136a6cdc427b4460 /lass/1systems/prism | |
parent | 6236a97876597e9689ab3ea6436c42d3da04368d (diff) |
mic92: add shannan
Diffstat (limited to 'lass/1systems/prism')
-rw-r--r-- | lass/1systems/prism/config.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 944a68beb..1206f1655 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -392,6 +392,15 @@ with import <stockholm/lib>; ]; } { + users.users.shannan = { + uid = genid_uint31 "shannan"; + isNormalUser = true; + openssh.authorizedKeys.keys = [ + config.krebs.users.shannan.pubkey + ]; + }; + } + { nix.trustedUsers = [ "mic92" ]; users.users.mic92 = { uid = genid_uint31 "mic92"; |