mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-01-26 18:46:36 +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