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 = {
|
users.users.torjus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
|
linger = true;
|
||||||
home = "/home/torjus";
|
home = "/home/torjus";
|
||||||
description = "Torjus";
|
description = "Torjus";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "wheel" "networkmanager" ];
|
extraGroups = [ "wheel" "input" "networkmanager" ];
|
||||||
# Install some user packages
|
# Install some user packages
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user