hosts: steamdeck: disable blueman
This commit is contained in:
parent
5b810ae614
commit
89eb52b102
@ -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 ];
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user