restructured flake
This commit is contained in:
parent
5c7ae091c1
commit
bf3bb961f3
100 changed files with 76 additions and 78 deletions
modules/nixos
12
modules/nixos/users.nix
Normal file
12
modules/nixos/users.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.willifan = {
|
||||
isNormalUser = true;
|
||||
linger = true;
|
||||
description = "willifan";
|
||||
initialPassword = "temp";
|
||||
extraGroups = [ "networkmanager" "wheel" "video" ];
|
||||
shell = pkgs.bash;
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue