Add torjus to input group
All checks were successful
pre-commit / pre-commit (push) Successful in 2m10s
All checks were successful
pre-commit / pre-commit (push) Successful in 2m10s
This commit is contained in:
parent
229a6b13b5
commit
137fec122b
@ -8,10 +8,11 @@
|
||||
users.users.torjus = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "password";
|
||||
linger = true;
|
||||
home = "/home/torjus";
|
||||
description = "Torjus";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "input" "networkmanager" ];
|
||||
# Install some user packages
|
||||
packages = with pkgs; [
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user