177 current 2024-03-13 13:32:42 24.05.20240309.3030f18 6.7.9-zen1 *
This commit is contained in:
parent
6f20d60cd5
commit
78adadce2c
1 changed files with 5 additions and 0 deletions
|
|
@ -38,6 +38,11 @@
|
||||||
# Load nvidia driver for Xorg and Wayland
|
# Load nvidia driver for Xorg and Wayland
|
||||||
services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
services.xserver.videoDrivers = ["nvidia"]; # or "nvidiaLegacy470 etc.
|
||||||
|
|
||||||
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
passwordAuthentication = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alvr
|
alvr
|
||||||
BeatSaberModManager
|
BeatSaberModManager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue