Add rzimmermann user

This commit is contained in:
Fabian Hauser 2021-04-29 22:56:49 +02:00
parent 9e4cb22c03
commit 486b5f7768

View file

@ -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 = { empty0 = {
uid = 1003; uid = 1003;
isNormalUser = true; isNormalUser = true;