mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-22 20:23:01 +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 New Issue
Block a user