diff options
author | lassulus <lass@lassul.us> | 2016-12-22 23:25:38 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2016-12-22 23:52:52 +0100 |
commit | 9b639370a370b9eeae7da2e907c368d590665e7c (patch) | |
tree | 8b1d30cf9ec480cc7666fbc17f9624c6bcc354aa /lass/1systems | |
parent | 44d0907ba5459e5814f8a4417a119b24002fed2d (diff) |
l 1 prism: add lass to libvirtd group
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/prism.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 269f94526..6c11a2f62 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -230,6 +230,7 @@ in { } { virtualisation.libvirtd.enable = true; + users.users.mainUser.extraGroups = [ "libvirtd" ]; } ]; |