hotfix (device options): fix laptop's option & add boot config
This commit is contained in:
parent
0d99d55ef5
commit
eda9882a90
2 changed files with 27 additions and 1 deletions
|
|
@ -103,7 +103,9 @@ in
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
security.rtkit.enable = lib.mkIf cfg.sound.enable true;
|
||||
security.rtkit = lib.mkIf cfg.sound.enable {
|
||||
enable = true;
|
||||
};
|
||||
services.pulseaudio = lib.mkIf cfg.sound.enable {
|
||||
enable = false;
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue