hosts/artemis: add ntsync driver
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m25s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m25s
This commit is contained in:
@@ -59,6 +59,7 @@ in
|
||||
"hid_nintendo"
|
||||
"hid_playstation"
|
||||
"kvm-amd"
|
||||
"ntsync"
|
||||
];
|
||||
kernelParams = [
|
||||
"log_buf_len=4M"
|
||||
@@ -99,6 +100,14 @@ in
|
||||
|
||||
powerManagement.cpuFreqGovernor = "schedutil";
|
||||
|
||||
services.udev.packages = [
|
||||
(pkgs.writeTextFile {
|
||||
name = "ntsync-udev-rules";
|
||||
text = ''KERNEL=="ntsync", MODE="0660", TAG+="uaccess"'';
|
||||
destination = "/etc/udev/rules.d/70-ntsync.rules";
|
||||
})
|
||||
];
|
||||
|
||||
services.pulseaudio.enable = false;
|
||||
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
Reference in New Issue
Block a user