diff --git a/meta/users.nix b/meta/users.nix index 2ab2e9c..347b018 100644 --- a/meta/users.nix +++ b/meta/users.nix @@ -32,6 +32,17 @@ ]; }; + rzimmermann = { + uid = 1002; + isNormalUser = true; + description = "Raphael Zimmermann"; + group = "rzimmermann"; + extraGroups = [ "wheel" ]; + hashedPassword = "$6$rounds=20000$TYZ8CojfBLwejcwn$smEJe6/anL9NGf.Ytfny1OMGtHISiSiNVALIDgHz7yg.zQow1HACeVERYmUCHiNVALIDGaT8t2NxobUsHbWLg1"; + openssh.authorizedKeys.keys = [ + ]; + }; + empty0 = { uid = 1003; isNormalUser = true;