From 313fa36dcf15d0ae9dd2c99af169cdc1fbf2bb2e Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 10 May 2023 23:02:35 +0200 Subject: [PATCH] start nextcloud on login add hosts to ssh config --- roles/i3/files/config | 2 ++ roles/system/files/ssh_config | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/roles/i3/files/config b/roles/i3/files/config index 11f3d5f..87a26b7 100644 --- a/roles/i3/files/config +++ b/roles/i3/files/config @@ -27,6 +27,8 @@ exec --no-startup-id ~/.config/i3/scripts/load.sh exec --no-startup-id keepassxc +exec --no-startup-id nextcloud --background + # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status diff --git a/roles/system/files/ssh_config b/roles/system/files/ssh_config index b24bda2..ff75261 100644 --- a/roles/system/files/ssh_config +++ b/roles/system/files/ssh_config @@ -25,6 +25,14 @@ Host atlas HostName atlas.hyp User root +Host jefke + HostName jefke.hyp + User root + +Host maestro + HostName maestro.dmz + User root + # Default user Host * User root