Extract opdavies user
This commit is contained in:
parent
07e0b47988
commit
ba76093a41
7 changed files with 20 additions and 17 deletions
|
@ -1,20 +1,4 @@
|
|||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
users = {
|
||||
users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "Oliver Davies";
|
||||
|
||||
extraGroups = [
|
||||
"docker"
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
|
||||
packages = [ ];
|
||||
};
|
||||
|
||||
defaultUserShell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue