removed large comment blocks

This commit is contained in:
2024-02-05 11:38:15 +01:00
parent 345c6a664e
commit 0f9aaa2d5c

View File

@@ -24,33 +24,6 @@
};
networking.hostName = "junk"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
#networking.hosts = {
# "fd00:c0fe::11:32ff:fe27:a9a9" = [ "junk.v-tr.org" ];
# "fd00:c0fe::211:32ff:fef7:b835" = [ "nas.v-tr.org" ];
# "b00b:5::69" = [ "boobs.good" ];
#};
# Set your time zone.
# time.timeZone = "Europe/Amsterdam";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Select internationalisation properties.
# i18n.defaultLocale = "en_US.UTF-8";
# console = {
# font = "Lat2-Terminus16";
# keyMap = "us";
# useXkbConfig = true; # use xkb.options in tty.
# };
# Enable the X11 windowing system.
# services.xserver.enable = true;
services.taskserver = {
openFirewall = true;