virt-manager
This commit is contained in:
parent
d63d970811
commit
a718ddd27b
@ -922,6 +922,7 @@ environment = {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
virt-manager
|
||||||
docker-compose
|
docker-compose
|
||||||
wget
|
wget
|
||||||
gwe
|
gwe
|
||||||
@ -1154,7 +1155,10 @@ run on my server.
|
|||||||
On this section, you can also add virtual machines settings.
|
On this section, you can also add virtual machines settings.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
|
# programs.virt-manager.enable = true;
|
||||||
|
programs.dconf.enable = true; # virt-manager requires dconf to remember settings
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
|
libvirtd.enable = true;
|
||||||
docker = {
|
docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
storageDriver = "btrfs";
|
storageDriver = "btrfs";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user