From 09ed1bed4350f66aee322b83ad2505cbc62b32e9 Mon Sep 17 00:00:00 2001 From: Chandler Swift <chandler@chandlerswift.com> Date: Sun, 16 Mar 2025 12:21:29 -0500 Subject: [PATCH] oscar: Remove no-longer-helpful/accurate comments --- oscar/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/oscar/configuration.nix b/oscar/configuration.nix index a25448a..6d7cf61 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -44,10 +44,6 @@ networking.hostName = "oscar"; # 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; @@ -102,17 +98,9 @@ alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; - # If you want to use JACK applications, uncomment this jack.enable = true; - - # use the example session manager (no others are packaged yet so this is enabled by default, - # no need to redefine it in your config for now) - #media-session.enable = true; }; - # Enable touchpad support (enabled default in most desktopManager). - # services.xserver.libinput.enable = true; - environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Define a user account. Don't forget to set a password with ‘passwd’.