diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-07-17 14:48:37 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-07-17 14:48:37 -0500 |
commit | 14aac8dec3ffb61215c9c485b742d14c6266aac3 (patch) | |
tree | 3974e4625e5e32774c4275db9b99acddc8e33c36 /modules/root/normaluser.nix | |
parent | 2044ba53df2a440e574b7aa7f9f19d430a0a750f (diff) | |
download | nixos-14aac8dec3ffb61215c9c485b742d14c6266aac3.tar.xz nixos-14aac8dec3ffb61215c9c485b742d14c6266aac3.zip |
virtualization with virt-manager
Diffstat (limited to 'modules/root/normaluser.nix')
-rw-r--r-- | modules/root/normaluser.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/normaluser.nix b/modules/root/normaluser.nix index 88eb338..3bb9adc 100644 --- a/modules/root/normaluser.nix +++ b/modules/root/normaluser.nix @@ -9,6 +9,7 @@ hashedPasswordFile = config.sops.secrets.hashed-root-password.path; extraGroups = [ "i2c" + "libvirtd" "nixbld" "video" "wheel" |