瀏覽代碼

Fix libvirtd group

Thomas Dy 5 年之前
父節點
當前提交
4c1cfe3a32
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
   };