diff options
author | Joe <bousset.rudy@gmail.com> | 2023-03-27 23:36:44 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-03-27 23:36:44 +0200 |
commit | f2f8513abf86f16b1ef3ed953a88589c04fe7404 (patch) | |
tree | 7038fb04648952dd4efe1b496e25eab3ad2555ce | |
parent | up (diff) | |
download | dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.gz dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.bz2 dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.xz dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.zst dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.zip |
up
-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 |