소스 검색

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;
   };