Looking Glass: Difference between revisions

m Permissions: Missing closing bracket
Remove add user to the kvm group
 
Line 31: Line 31:
     }
     }
   );
   );
   
  users.users = {
    user = { # replace with your username
      extraGroups = [ "kvm" ];
    };
  };
</syntaxhighlight>
</syntaxhighlight>