change: move vm to system
This commit is contained in:
parent
b447abe057
commit
3b726039cd
1 changed files with 3 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
|
||||
{config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.dconf.enable = true;
|
||||
|
||||
users.users.gcis.extraGroups = [ "libvirtd" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
virt-manager
|
||||
virt-viewer
|
||||
|
|
@ -28,3 +29,4 @@
|
|||
};
|
||||
services.spice-vdagentd.enable = true;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue