From 527512205e20a9313c6c3c87459022fd98c9c242 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 2 Feb 2022 11:05:46 +0100 Subject: machines/sternenseemann: remove old work related docker setup --- machines/sternenseemann/wolfgang.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'machines/sternenseemann') diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix index 91604694..eaa515c1 100644 --- a/machines/sternenseemann/wolfgang.nix +++ b/machines/sternenseemann/wolfgang.nix @@ -51,14 +51,7 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking = { - hostName = "wolfgang"; - hosts = { - "127.0.0.1" = [ "rocketchat" ]; - }; - }; - - virtualisation.docker.enable = true; + networking.hostName = "wolfgang"; # useful for debugging native compilation of packages on another platform boot.binfmt.emulatedSystems = [ /* "aarch64-linux" */ ]; -- cgit 1.4.1