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;
|
services.printing.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
#sound.enable = true;
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
#hardware.pulseaudio.support32Bit = true;
|
#hardware.pulseaudio.support32Bit = true;
|
||||||
#hardware.pulseaudio.extraConfig = "load-module module-combine-sink";
|
#hardware.pulseaudio.extraConfig = "load-module module-combine-sink";
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
"*/.oldprofile"
|
"*/.oldprofile"
|
||||||
"*/.steampath"
|
"*/.steampath"
|
||||||
"*/mnt"
|
"*/mnt"
|
||||||
|
"*/mnt2"
|
||||||
"*/.steampid"
|
"*/.steampid"
|
||||||
"*/.zshenv"
|
"*/.zshenv"
|
||||||
"*/.zshrc"
|
"*/.zshrc"
|
||||||
|
|
Loading…
Reference in a new issue