From ed891dbe7168e82ab4490f9e46152cfe72a5dacb Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Mon, 11 May 2026 08:13:50 -0500 Subject: [PATCH] Remove old template comments from configuration --- configuration.nix | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/configuration.nix b/configuration.nix index 02151a0..bf5334f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,6 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). { config, pkgs, @@ -20,11 +17,6 @@ boot.kernelPackages = pkgs.linuxPackages_latest; networking.hostName = "flock"; # Define your hostname. - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # Enable networking networking.networkmanager.enable = true; @@ -78,9 +70,6 @@ package = config.boot.kernelPackages.nvidiaPackages.legacy_580; }; - # Enable CUPS to print documents. - services.printing.enable = true; - # Enable sound with pipewire. services.pulseaudio.enable = false; security.rtkit.enable = true; @@ -91,9 +80,6 @@ pulse.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.igneous = { isNormalUser = true; @@ -105,7 +91,6 @@ "networkmanager" "wheel" ]; - # packages = with pkgs; []; }; # Enable automatic login for the user. @@ -129,8 +114,6 @@ programs.vim.enable = true; - # List packages installed in system profile. To search, run: - # $ nix search wget environment.systemPackages = with pkgs; [ chromium clang @@ -192,25 +175,6 @@ polkitPolicyOwners = [ "igneous" ]; }; - # 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; - # }; - - # 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 -- 2.51.2