Add torjus to input group
All checks were successful
pre-commit / pre-commit (push) Successful in 2m10s

This commit is contained in:
Torjus Håkestad 2024-03-09 20:31:42 +01:00
parent 229a6b13b5
commit 137fec122b

View File

@ -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; [
]; ];