clean up
This commit is contained in:
parent
d6efbcf52b
commit
98e24400a0
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue