From 54fe7a26135cb528a1b6a4f5e625bde262c2c124 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Sat, 22 Apr 2023 18:32:36 -0300 Subject: [PATCH] Minor changes --- hosts/common/packages.nix | 1 - hosts/common/users.nix | 1 + hosts/desktops/common/hardware.nix | 4 +--- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/common/packages.nix b/hosts/common/packages.nix index ed9f902..d2dc093 100644 --- a/hosts/common/packages.nix +++ b/hosts/common/packages.nix @@ -5,7 +5,6 @@ environment.systemPackages = with pkgs; [ bind - broot btop comma git diff --git a/hosts/common/users.nix b/hosts/common/users.nix index debb7a0..b43f90f 100644 --- a/hosts/common/users.nix +++ b/hosts/common/users.nix @@ -8,6 +8,7 @@ extraGroups = [ "networkmanager" "docker" "wheel" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcwF1yuWEfYGScNocEbs0AmGxyTIzGc4/IhpU587SJE" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1v3+q3EaruiiStWjubEJWvtejam/r41uoOpCdwJtLL" ]; hashedPassword = "$6$Pj7v/CpstyuWQQV0$cNujVDhfMBdwlGVEnnd8t71.kZPixbo0u25cd.874iaqLTH4V5fa1f98V5zGapjQCz5JyZmsR94xi00sUrntT0"; diff --git a/hosts/desktops/common/hardware.nix b/hosts/desktops/common/hardware.nix index 2096c8e..146b580 100644 --- a/hosts/desktops/common/hardware.nix +++ b/hosts/desktops/common/hardware.nix @@ -6,9 +6,7 @@ bluetooth.enable = true; pulseaudio.enable = false; # Use pipewire instead steam-hardware.enable = true; # Allow steam client to manage controllers - opengl = { - driSupport32Bit = true; # For OpenGL games - }; + opengl.driSupport32Bit = true; # For OpenGL games }; sound.enable = true;