mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 12:45:14 +01:00
libvirt
This commit is contained in:
parent
579a40cfec
commit
17058994a8
1 changed files with 3 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
openssh.authorizedKeys.keys = [
|
||||
# TODO: Add your SSH public key(s) here, if you plan on using SSH to connect
|
||||
];
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "audio" "libvirtd" ];
|
||||
# TODO: This is mostly temporary until home-manager works nicely
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
|
|
@ -182,6 +182,7 @@
|
|||
}).run
|
||||
# Wine for 32 and 64 bit applications
|
||||
wineWowPackages.stable
|
||||
virt-manager
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
|
@ -210,6 +211,7 @@
|
|||
enableExtensionPack = true;
|
||||
};
|
||||
};
|
||||
libvirtd.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue