desktopy things
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user