dumb and shady power management practices

This commit is contained in:
2025-03-10 03:27:16 +02:00
parent bfe7fbd861
commit 319b0bf433
4 changed files with 12 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
initialPassword = "password";
description = "${config.main-user.realName}";
shell = pkgs.zsh;
extraGroups = [ "networkmanager" "wheel" "input" "video" "libvirtd" ];
extraGroups = [ "networkmanager" "wheel" "input" "video" "libvirtd" "power" ];
packages = config.main-user.packages;
};
};