From 0c106f5c464c3610e492d54870d0840bc764bb7d Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 8 Mar 2018 18:38:51 +0100 Subject: [PATCH] archachatina: disable nix-serve --- archachatina.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/archachatina.nix b/archachatina.nix index 4d7dee8..74e733d 100644 --- a/archachatina.nix +++ b/archachatina.nix @@ -64,11 +64,11 @@ hardware.opengl.driSupport32Bit = true; - services.nix-serve = { - enable = true; - secretKeyFile = "/etc/nix-serve/secret.key"; - }; - networking.firewall.allowedTCPPorts = [ config.services.nix-serve.port ]; + # services.nix-serve = { + # enable = true; + # secretKeyFile = "/etc/nix-serve/secret.key"; + # }; + # networking.firewall.allowedTCPPorts = [ config.services.nix-serve.port ]; services.openssh.forwardX11 = true;