mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
171 current 2024-06-11 18:37:57 24.11.20240529.ad57eef 6.9.2-zen1 *
This commit is contained in:
parent
6abdf1d694
commit
1567d6dd79
1 changed files with 4 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
{ config, lib, pkgs, inputs, ... }:
|
||||
|
||||
let
|
||||
_v = import ../../common/programs/virt.nix {};
|
||||
let
|
||||
_v = import ../../common/programs/virt.nix { };
|
||||
in
|
||||
{
|
||||
imports =
|
||||
|
@ -22,6 +22,8 @@ in
|
|||
isNormalUser = true;
|
||||
hashedPasswordFile = config.sops.secrets.password.path;
|
||||
extraGroups = [
|
||||
"kvm"
|
||||
"libvirtd"
|
||||
"wheel" # Enable ‘sudo’ for the user.
|
||||
"audio"
|
||||
"sound"
|
||||
|
|
Loading…
Reference in a new issue