From 7fe2bed4b95ec4af3a54f191144fed4a29cd2bfc Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Wed, 21 May 2025 15:53:41 -0400 Subject: [PATCH] Removed useless stuff. --- hosts/randolph/configuration.nix | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index 72d8d72..970065a 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -110,12 +110,6 @@ # }; # }); - # Allow users in group "video" to modify backlight - # services.udev.extraRules = '' - # ACTION=="add", SUBSYSTEM=="backlight" KERNEL=="amdgpu_bl0", RUN+="${pkgs.coreutils}/bin/chgrp video /sys/class/backlight/amdgpu_bl0/brightness" - # ACTION=="add", SUBSYSTEM=="backlight" KERNEL=="amdgpu_bl0", RUN+="${pkgs.coreutils}/bin/chmod g+w /sys/class/backlight/amdgpu_bl0/brightness" - # ''; - # Enable CUPS to print documents. services.printing.enable = true; @@ -172,23 +166,6 @@ InhibitDelayMaxSec=10 ''; - # Allow steam to run nonfree - # nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - # "steam" "steam-original" "steam-run" "zoom-5.16.10.668" - # ]; - nixpkgs.config.allowUnfreePredicate = _: true; - nixpkgs.overlays = [ - (final: prev: { - fprintd = prev.fprintd.overrideAttrs (old: { - mesonCheckFlags = (old.mesonCheckFlags or [ ]) ++ [ - # PAM related checks are timing out - "--no-suite" - "fprintd:TestPamFprintd" - ]; - }); - }) - ]; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [