about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-05-14 19:34:06 +0100
committerdevhell <devhell@mailfresser.de>2020-05-14 19:39:23 +0100
commit2bf8b148a8fafd57f33e3c8516eab8bfa9260aba (patch)
treee7f5612e326276ec6ae947211bf2a8e0f7a136c1 /machines/devhell/hildr.nix
parentbae6044216cf2868484a359c8bd2c525b7ec623a (diff)
machines/{eir,hildr}: Remove docker/service
I think I'll switch to `podman` now. I was never a fan of docker needing
a daemon to begin with.
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