mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-16 05:13:26 +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}".extraGroups = [ "libvirtd" ];
|
||||
users.users."${cfg.user}" = {
|
||||
packages = [ appvm ];
|
||||
extraGroups = [ "libvirtd" ];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue