archachatina: enable libvirtd
This commit is contained in:
		
							parent
							
								
									e5a0485884
								
							
						
					
					
						commit
						c96b4b281e
					
				@ -51,14 +51,16 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  # virtualisation.virtualbox.host.enable = true;
 | 
					  # virtualisation.virtualbox.host.enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  virtualisation.libvirtd.enable = true;
 | 
					  virtualisation.libvirtd = {
 | 
				
			||||||
 | 
					    enable = true;
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
  networking.firewall.checkReversePath = false;
 | 
					  networking.firewall.checkReversePath = false;
 | 
				
			||||||
  # fileSystems."/var/lib/libvirt/images/vaccaria" = {
 | 
					  fileSystems."/var/lib/libvirt/images/vaccaria" = {
 | 
				
			||||||
  #   device = "//vaccaria.mtlaa.gebner.org/export/tmp/vms";
 | 
					    device = "//vaccaria.mtlaa.gebner.org/export/tmp/vms";
 | 
				
			||||||
  #   fsType = "cifs";
 | 
					    fsType = "cifs";
 | 
				
			||||||
  #   options = [ "noauto" "x-systemd.automount" "credentials=/etc/smbcredentials/vaccaria"
 | 
					    options = [ "noauto" "x-systemd.automount" "credentials=/etc/smbcredentials/vaccaria"
 | 
				
			||||||
  #     "forceuid" "forcegid" "uid=0" "gid=0" ];
 | 
					      "forceuid" "forcegid" "uid=0" "gid=0" ];
 | 
				
			||||||
  # };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  hardware.opengl.driSupport32Bit = true;
 | 
					  hardware.opengl.driSupport32Bit = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -90,8 +92,6 @@
 | 
				
			|||||||
    '';
 | 
					    '';
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.transmission.enable = true;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  services.postgresql = {
 | 
					  services.postgresql = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
    extraPlugins = [ pkgs.postgis ];
 | 
					    extraPlugins = [ pkgs.postgis ];
 | 
				
			||||||
 | 
				
			|||||||
@ -22,6 +22,8 @@
 | 
				
			|||||||
    # coq
 | 
					    # coq
 | 
				
			||||||
    emacsPackages.proofgeneral
 | 
					    emacsPackages.proofgeneral
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    virtmanager
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    rustup
 | 
					    rustup
 | 
				
			||||||
  ] ++ (with aspellDicts; [ en de fr nl ]);
 | 
					  ] ++ (with aspellDicts; [ en de fr nl ]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user