Updated duo configuration
This commit is contained in:
@@ -27,7 +27,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.watchDisplays = {
|
systemd.user.services.watchDisplays = {
|
||||||
description = "set screens on keyboard event";
|
description = "set screens on keyboard event";
|
||||||
wantedBy = ["default.target"];
|
wantedBy = ["default.target"];
|
||||||
after = ["graphical-session.target"];
|
after = ["graphical-session.target"];
|
||||||
@@ -39,7 +39,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.watchRotation = {
|
systemd.user.services.watchRotation = {
|
||||||
description = "rotate screens";
|
description = "rotate screens";
|
||||||
wantedBy = ["default.target"];
|
wantedBy = ["default.target"];
|
||||||
after = ["graphical-session.target"];
|
after = ["graphical-session.target"];
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"];
|
boot.initrd.availableKernelModules = ["xhci_pci" "thunderbolt" "vmd" "nvme" "usbhid"];
|
||||||
boot.initrd.kernelModules = [];
|
boot.initrd.kernelModules = [];
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
boot.kernelPackages = pkgs.linuxPackages_6_11;
|
||||||
boot.kernelModules = ["kvm-intel"];
|
boot.kernelModules = ["kvm-intel"];
|
||||||
boot.kernelPatches = [
|
boot.kernelPatches = [
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user