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 = {
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; [
];