Fix another stale reference to a hosts name
This commit is contained in:
parent
2e70b49477
commit
ddee7818c9
|
@ -143,7 +143,7 @@
|
||||||
"Ctrl+Print" = ''exec swayshot --all'';
|
"Ctrl+Print" = ''exec swayshot --all'';
|
||||||
|
|
||||||
# Server SSH
|
# Server SSH
|
||||||
"${primeMod}+Ctrl+Return" = ''exec foot ssh server -p 2222'';
|
"${primeMod}+Ctrl+Return" = ''exec foot ssh ${outputs.ips.server} -p 2222'';
|
||||||
|
|
||||||
# Display Brightness and Keyboard Brightness
|
# Display Brightness and Keyboard Brightness
|
||||||
"XF86MonBrightnessUp" = ''exec light -A 5'';
|
"XF86MonBrightnessUp" = ''exec light -A 5'';
|
||||||
|
|
Loading…
Reference in a new issue