Minor changes

This commit is contained in:
rotterdam 2023-04-22 18:32:36 -03:00
parent bf5e3f9302
commit 54fe7a2613
3 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bind bind
broot
btop btop
comma comma
git git

View file

@ -8,6 +8,7 @@
extraGroups = [ "networkmanager" "docker" "wheel" ]; extraGroups = [ "networkmanager" "docker" "wheel" ];
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcwF1yuWEfYGScNocEbs0AmGxyTIzGc4/IhpU587SJE" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcwF1yuWEfYGScNocEbs0AmGxyTIzGc4/IhpU587SJE"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1v3+q3EaruiiStWjubEJWvtejam/r41uoOpCdwJtLL"
]; ];
hashedPassword = hashedPassword =
"$6$Pj7v/CpstyuWQQV0$cNujVDhfMBdwlGVEnnd8t71.kZPixbo0u25cd.874iaqLTH4V5fa1f98V5zGapjQCz5JyZmsR94xi00sUrntT0"; "$6$Pj7v/CpstyuWQQV0$cNujVDhfMBdwlGVEnnd8t71.kZPixbo0u25cd.874iaqLTH4V5fa1f98V5zGapjQCz5JyZmsR94xi00sUrntT0";

View file

@ -6,9 +6,7 @@
bluetooth.enable = true; bluetooth.enable = true;
pulseaudio.enable = false; # Use pipewire instead pulseaudio.enable = false; # Use pipewire instead
steam-hardware.enable = true; # Allow steam client to manage controllers steam-hardware.enable = true; # Allow steam client to manage controllers
opengl = { opengl.driSupport32Bit = true; # For OpenGL games
driSupport32Bit = true; # For OpenGL games
};
}; };
sound.enable = true; sound.enable = true;