hosts: steamdeck: disable blueman
This commit is contained in:
parent
5b810ae614
commit
89eb52b102
@ -67,7 +67,7 @@
|
||||
};
|
||||
|
||||
services = {
|
||||
# blueman.enable = true;
|
||||
# blueman.enable = true;
|
||||
printing = { # Printing and drivers for TS5300
|
||||
enable = true;
|
||||
drivers = [ pkgs.gutenprint ];
|
||||
|
@ -30,7 +30,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
kernelModules = [ "kvm-amd" ];
|
||||
kernelModules = [ "kvm-amd" "amdgpu" ];
|
||||
kernelParams = [ "luks.options=fido2-device=auto" ];
|
||||
tmp.useTmpfs = false;
|
||||
tmp.cleanOnBoot = true;
|
||||
|
Loading…
Reference in New Issue
Block a user