first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
users.users.user = {
|
||||
isNormalUser = true;
|
||||
createHome = true;
|
||||
home = "/home/user";
|
||||
extraGroups =
|
||||
[
|
||||
"users" "wheel" "root"
|
||||
"plugdev" "dialout" "input"
|
||||
"network" "disk" "cdrom"
|
||||
"video" "audio" "scanner"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user