Minor changes
This commit is contained in:
parent
bf5e3f9302
commit
54fe7a2613
3 changed files with 2 additions and 4 deletions
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
bind
|
||||
broot
|
||||
btop
|
||||
comma
|
||||
git
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue