Separated out shared.nix into headful and headless nix config files
This commit is contained in:
8
config/user.nix
Normal file
8
config/user.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
# Generic user configuration.
|
||||
# Don't forget to set a password with ‘passwd’.
|
||||
{
|
||||
isNormalUser = true;
|
||||
useDefaultShell = true;
|
||||
description = "random";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
}
|
||||
Reference in New Issue
Block a user