about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index 5e67a0aa..f36206af 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -56,7 +56,7 @@
 
   # XXX Make networkd ignore virtual network interfaces
   systemd.network.networks."99-libvirt" = {
-    matchConfig.Name = "virbr* vnet* docker*";
+    matchConfig.Name = "virbr* vnet*";
     linkConfig.Unmanaged = true;
   };
 
@@ -75,8 +75,6 @@
     cpuFreqGovernor = "powersave";
   };
 
-  virtualisation.docker.enable = true;
-
   nix = {
     maxJobs = lib.mkDefault 4;
     extraOptions = ''
@@ -203,7 +201,6 @@
   environment.systemPackages = with pkgs; [
     aircrackng
     cdrtools
-    docker
     dvdplusrwtools
     horst
     ipmitool