desktopy things

This commit is contained in:
2024-10-17 20:29:15 -04:00
parent 472018b6bc
commit b4f5f53140
3 changed files with 26 additions and 24 deletions

View File

@@ -19,11 +19,11 @@
];
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_6_10;
supportedFilesystems = [ "zfs" ];
# kernelPackages = lib.mkForce pkgs.linuxPackages_6_10;
# supportedFilesystems = [ "zfs" ];
kernelPatches = [
#for making ALVR support better :)
# for making ALVR support better :)
{
name = "amdgpu-ignore-ctx-privileges";
patch = pkgs.fetchpatch {
@@ -51,6 +51,11 @@
wayland.enable = true;
};
services.displayManager.autoLogin = {
enable = true;
user = "yourusername";
};
services.openssh = {
enable = true;
ports = [ 22 ];