Browse Source

Fix libvirtd group

Thomas Dy 4 years ago
parent
commit
4c1cfe3a32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configuration.nix

+ 1 - 1
configuration.nix

@@ -40,7 +40,7 @@
   # Define a user account. Don't forget to set a password with ‘passwd’.
   users.users.thomas = {
     isNormalUser = true;
-    extraGroups = [ "wheel" "video" "networkmanager" "libvirt" ];
+    extraGroups = [ "wheel" "video" "networkmanager" "libvirtd" ];
     shell = pkgs.zsh;
   };