From f7da6f4ef88c5d516f06a088677dddefde62e1d8 Mon Sep 17 00:00:00 2001 From: illustris Date: Wed, 17 Mar 2021 23:57:28 +0530 Subject: [PATCH] cleanup --- configuration.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index f2f5eba..0af5a55 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,7 +8,6 @@ { nixpkgs.overlays = [ - #(import ./qemu.nix) ]; imports = [ @@ -29,8 +28,8 @@ networking.hostName = "desktop"; # Define your hostname. networking.useDHCP = false; - networking.interfaces.enp6s18.useDHCP = true; - #networking.interfaces.enp11s0.useDHCP = true; + #networking.interfaces.enp6s18.useDHCP = true; + networking.interfaces.enp11s0.useDHCP = true; @@ -60,7 +59,6 @@ wget expect openvpn - #signal-cli tcpdump killall file @@ -76,8 +74,6 @@ pciutils sshfs jq - #arduino - #python27Packages.pyserial ]; programs.gnupg.agent = { @@ -112,6 +108,8 @@ "192.168.1.10" = ["kube-master"]; }; + networking.firewall.enable = false; + # In case of emergency, bash glass #systemd.tmpfiles.rules = [ # "L /bin/bash - - - - /run/current-system/sw/bin/bash"