mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 11:56:33 +01:00
Don't use force
This commit is contained in:
parent
c4c3ae47e4
commit
eecf4c9598
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.pulseaudio.enable = mkForce false;
|
hardware.pulseaudio.enable = false;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
sshfs
|
sshfs
|
||||||
|
|
Loading…
Reference in a new issue