This commit is contained in:
illustris 2021-03-17 23:57:28 +05:30
parent 134df7ec08
commit f7da6f4ef8

View File

@ -8,7 +8,6 @@
{ {
nixpkgs.overlays = [ nixpkgs.overlays = [
#(import ./qemu.nix)
]; ];
imports = [ imports = [
@ -29,8 +28,8 @@
networking.hostName = "desktop"; # Define your hostname. networking.hostName = "desktop"; # Define your hostname.
networking.useDHCP = false; networking.useDHCP = false;
networking.interfaces.enp6s18.useDHCP = true; #networking.interfaces.enp6s18.useDHCP = true;
#networking.interfaces.enp11s0.useDHCP = true; networking.interfaces.enp11s0.useDHCP = true;
@ -60,7 +59,6 @@
wget wget
expect expect
openvpn openvpn
#signal-cli
tcpdump tcpdump
killall killall
file file
@ -76,8 +74,6 @@
pciutils pciutils
sshfs sshfs
jq jq
#arduino
#python27Packages.pyserial
]; ];
programs.gnupg.agent = { programs.gnupg.agent = {
@ -112,6 +108,8 @@
"192.168.1.10" = ["kube-master"]; "192.168.1.10" = ["kube-master"];
}; };
networking.firewall.enable = false;
# In case of emergency, bash glass # In case of emergency, bash glass
#systemd.tmpfiles.rules = [ #systemd.tmpfiles.rules = [
# "L /bin/bash - - - - /run/current-system/sw/bin/bash" # "L /bin/bash - - - - /run/current-system/sw/bin/bash"