removed large comment blocks
This commit is contained in:
27
junk.nix
27
junk.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user