mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 14:41:20 +00:00
Add libvirtd
with virt-manager
This commit is contained in:
parent
cd64f0b826
commit
f6b4184f6f
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
users.users.bart = {
|
users.users.bart = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Bart van der Braak";
|
description = "Bart van der Braak";
|
||||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
extraGroups = [ "networkmanager" "wheel" "libvirtd" "docker" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
vscodium
|
vscodium
|
||||||
thunderbird
|
thunderbird
|
||||||
|
@ -51,6 +51,10 @@
|
||||||
programs.gnupg.agent.enable = true;
|
programs.gnupg.agent.enable = true;
|
||||||
programs.gnupg.dirmngr.enable = true;
|
programs.gnupg.dirmngr.enable = true;
|
||||||
|
|
||||||
|
# Add KVM support
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
# Add Docker support
|
# Add Docker support
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.docker.rootless = {
|
virtualisation.docker.rootless = {
|
||||||
|
|
Loading…
Reference in a new issue