Initial commit lol
This commit is contained in:
parent
a2318e586a
commit
0cc3e1fc29
15 changed files with 416 additions and 0 deletions
8
modules/user/default.nix
Normal file
8
modules/user/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
users.users.pan = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "network" ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue