hosts: steamdeck: disable blueman

This commit is contained in:
Kabbone 2023-12-27 07:43:00 +01:00
parent 5b810ae614
commit 89eb52b102
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
}; };
services = { services = {
# blueman.enable = true; # blueman.enable = true;
printing = { # Printing and drivers for TS5300 printing = { # Printing and drivers for TS5300
enable = true; enable = true;
drivers = [ pkgs.gutenprint ]; drivers = [ pkgs.gutenprint ];

View File

@ -30,7 +30,7 @@
}; };
}; };
kernelModules = [ "kvm-amd" ]; kernelModules = [ "kvm-amd" "amdgpu" ];
kernelParams = [ "luks.options=fido2-device=auto" ]; kernelParams = [ "luks.options=fido2-device=auto" ];
tmp.useTmpfs = false; tmp.useTmpfs = false;
tmp.cleanOnBoot = true; tmp.cleanOnBoot = true;