feat: whatever lool

This commit is contained in:
s-prechtl 2025-01-22 15:18:25 +01:00
parent 689babf2ed
commit 6b93c2c5b7
5 changed files with 30 additions and 9 deletions

View file

@ -23,7 +23,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
initialPassword = "12345";
extraGroups = ["docker" "input" "networkmanager" "wheel" "vboxusers" "libvirtd"];
extraGroups = ["docker" "input" "networkmanager" "wheel" "vboxusers" "libvirtd" "wireshark"];
description = "Stefan";
shell = pkgs.zsh;
};