add mnt path to borg ignore, remove sound
This commit is contained in:
parent
843399f060
commit
a1f8a82d53
2 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
#sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
#hardware.pulseaudio.support32Bit = true;
|
||||
#hardware.pulseaudio.extraConfig = "load-module module-combine-sink";
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"*/.oldprofile"
|
||||
"*/.steampath"
|
||||
"*/mnt"
|
||||
"*/mnt2"
|
||||
"*/.steampid"
|
||||
"*/.zshenv"
|
||||
"*/.zshrc"
|
||||
|
|
Loading…
Reference in a new issue