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, ... }:
|
{ 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"
|
||||||
|
|
Loading…
Reference in a new issue