init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.nils = {
|
||||
isNormalUser = true;
|
||||
description = "nils";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user