Skip to content

Commit

Permalink
Enable virt-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Dec 17, 2024
1 parent 318abcf commit e02b92e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nki-home/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,12 @@ in
};
};

programs.virt-manager.enable = true;

users.groups.libvirtd.members = [ "nki" ];

virtualisation.libvirtd.enable = true;

virtualisation.spiceUSBRedirection.enable = true;
}

0 comments on commit e02b92e

Please sign in to comment.