This commit is contained in:
Frost-Phoenix 2024-01-28 11:30:51 +01:00
parent d6efbcf52b
commit 98e24400a0

View file

@ -1,8 +1,5 @@
{ config, pkgs, username, ... }:
{
# Enable dconf (System Management Tool)
# programs.dconf.enable = true;
# Add user to libvirtd group
users.users.${username}.extraGroups = [ "libvirtd" ];