From d26f2f581fd25a762e48d1321662a1898b6e72ff Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 3 Nov 2021 22:31:00 +0000 Subject: [PATCH] Remote pointless stuff from dingbox config --- hosts/dingbox/configuration.nix | 35 +-------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/hosts/dingbox/configuration.nix b/hosts/dingbox/configuration.nix index 5488ed2..d8d4280 100644 --- a/hosts/dingbox/configuration.nix +++ b/hosts/dingbox/configuration.nix @@ -28,9 +28,8 @@ networking.hostName = "dingbox"; # Define your hostname. networking.networkmanager.enable = true; programs.nm-applet.enable = true; - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - # Set your time zone. + # Set time zone. time.timeZone = "Europe/London"; # The global useDHCP flag is deprecated, therefore explicitly set to false here. @@ -40,14 +39,7 @@ networking.interfaces.enp5s0.useDHCP = true; networking.interfaces.wlp6s0.useDHCP = true; - # 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"; useXkbConfig = true; }; @@ -81,21 +73,12 @@ }; - # Configure keymap in X11 - # services.xserver.xkbOptions = "eurosign:e"; - - # Enable CUPS to print documents. - # services.printing.enable = true; - # Enable sound. sound.enable = true; hardware.pulseaudio.enable = true; hardware.opengl.driSupport32Bit = true; - # Enable touchpad support (enabled default in most desktopManager). - # services.xserver.libinput.enable = true; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.daniel = { isNormalUser = true; @@ -119,14 +102,6 @@ ]; environment.homeBinInPath = true; - - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; programs.zsh = { enable = true; @@ -137,17 +112,9 @@ }; }; - # List services that you want to enable: - # Enable the OpenSSH daemon. services.openssh.enable = true; - # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; - # Or disable the firewall altogether. - # networking.firewall.enable = false; - # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave