From c591365f3bcb22612d0e727f18047cf6e30c4dde Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Wed, 26 Mar 2025 21:17:43 -0400 Subject: [PATCH] Cleanup --- .../flake/machines/wash/configuration.nix | 47 +++---------------- 1 file changed, 6 insertions(+), 41 deletions(-) diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index d517cac..82a53f9 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -53,11 +53,6 @@ }; networking.hostName = "wash"; # 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; @@ -81,13 +76,6 @@ LC_ALL = "en_CA.UTF-8"; }; - # Enable the X11 windowing system. - # services.xserver.enable = true; - - # Enable the GNOME Desktop Environment. - # services.xserver.displayManager.gdm.enable = true; - services.xserver.desktopManager.gnome.enable = true; - services.desktopManager.cosmic.enable = true; services.displayManager.cosmic-greeter.enable = true; @@ -100,6 +88,7 @@ # Enable CUPS to print documents. services.printing.enable = true; + # Fingerprint reader services.fprintd.enable = true; # Enable sound with pipewire. @@ -164,17 +153,12 @@ programs.firefox.enable = true; programs.fish.enable = true; - # programs.niri = { - # enable = true; - # package = pkgs.unstable.niri-unstable; - # }; - # Sway - programs.sway = { - enable = true; - # package = null; - wrapperFeatures.gtk = true; - }; + # programs.sway = { + # enable = true; + # # package = null; + # wrapperFeatures.gtk = true; + # }; security.pam.services.swaylock = {}; security.pam.services.swaylock.fprintAuth = true; @@ -184,25 +168,6 @@ binfmt = 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; - # }; - - # 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