diff options
-rw-r--r-- | .config/mpd/mpd.conf | 12 | ||||
-rwxr-xr-x | .ssh/config | 14 |
2 files changed, 12 insertions, 14 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index fea3b02..5b0e2ed 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -284,12 +284,12 @@ auto_update_depth "10" # # An example of a pulseaudio output (streaming to a remote pulseaudio server) # -audio_output { - type "pulse" - name "My Pulse Output" - # server "remote_server" # optional - # sink "remote_server_sink" # optional -} +# audio_output { +# type "pulse" +# name "My Pulse Output" +# # server "remote_server" # optional +# # sink "remote_server_sink" # optional +# } # pipewire diff --git a/.ssh/config b/.ssh/config index 3a3b9f6..cf2bb4b 100755 --- a/.ssh/config +++ b/.ssh/config @@ -1,17 +1,15 @@ -Host * !fbsd-tp !gentoo-pc !artix-pc !fbsd-pi !hi-pi !tv-exploit +Host * !mars !mother !blues-pi !helios User root -Host fbsd-tp +Host mars User jozan -Host gentoo-pc +Host mother User jozan -Host artix-pc - User jozan -Host fbsd-pi +Host blues-pi User jozan +Host helios + User joe Host hi-pi User root -Host tv-exploit - User tv Host joe al alcatraz HostName jozan.org Port 10022 |