mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-01-27 11:06:33 +00:00
ooops, nixos cannot compute
This commit is contained in:
parent
bfc28be996
commit
3483763938
|
@ -34,8 +34,10 @@ in with lib; {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users."${cfg.user}".packages = [ appvm ];
|
users.users."${cfg.user}" = {
|
||||||
users.users."${cfg.user}".extraGroups = [ "libvirtd" ];
|
packages = [ appvm ];
|
||||||
|
extraGroups = [ "libvirtd" ];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue