171 current 2024-06-11 18:37:57 24.11.20240529.ad57eef 6.9.2-zen1 *

This commit is contained in:
sadan 2024-06-11 18:38:10 -04:00
parent 6abdf1d694
commit 1567d6dd79
No known key found for this signature in database

View file

@ -4,8 +4,8 @@
{ config, lib, pkgs, inputs, ... }: { config, lib, pkgs, inputs, ... }:
let let
_v = import ../../common/programs/virt.nix {}; _v = import ../../common/programs/virt.nix { };
in in
{ {
imports = imports =
@ -22,6 +22,8 @@ in
isNormalUser = true; isNormalUser = true;
hashedPasswordFile = config.sops.secrets.password.path; hashedPasswordFile = config.sops.secrets.password.path;
extraGroups = [ extraGroups = [
"kvm"
"libvirtd"
"wheel" # Enable sudo for the user. "wheel" # Enable sudo for the user.
"audio" "audio"
"sound" "sound"