users: add randomcat
This commit is contained in:
parent
bae6a97842
commit
db566deb4b
3 changed files with 16 additions and 0 deletions
12
common/users/randomcat.nix
Normal file
12
common/users/randomcat.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let keys = import ../../keys.nix;
|
||||
in
|
||||
{
|
||||
users.users.randomcat = {
|
||||
isNormalUser = true;
|
||||
home = "/home/randomcat";
|
||||
openssh.authorizedKeys.keys = keys.users.randomcat;
|
||||
uid = 1003;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue