From fa1dfcaaeae8cfd6e36f6a6d58b8787f361564d8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 27 Jan 2021 21:00:42 +0100 Subject: [PATCH] cleanup unused stuff from default config --- configuration.nix | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/configuration.nix b/configuration.nix index c3ecbeb..74d03c5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,7 +13,6 @@ # Use the GRUB 2 boot loader. boot.loader.grub.enable = true; boot.loader.grub.version = 2; - # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only networking.hostName = "poseidon"; # Define your hostname. @@ -40,33 +39,6 @@ "62.210.16.7" ]; - # 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"; - # }; - - - - # Configure keymap in X11 - # services.xserver.layout = "us"; - # services.xserver.xkbOptions = "eurosign:e"; - - # Enable CUPS to print documents. - # services.printing.enable = true; - - # Enable sound. - # sound.enable = true; - # hardware.pulseaudio.enable = 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.alarsyo = { isNormalUser = true;