Compare commits

...

4 Commits

Author SHA1 Message Date
coolneng cc3e6654df
Set brightness to 70% in laptop mode 2023-06-13 16:27:42 +02:00
coolneng 672b735752
Update known_hosts 2023-06-13 16:27:28 +02:00
coolneng 10ccea25a3
Connect to SSH without compression for zion 2023-06-13 16:27:12 +02:00
coolneng 474357ed98
Remove nix config files 2023-06-13 16:26:57 +02:00
4 changed files with 6 additions and 10 deletions

View File

@ -22,5 +22,5 @@ profile multihead-HDMI {
profile nomad { profile nomad {
output eDP-1 enable output eDP-1 enable
exec light -S 60 exec light -S 70
} }

View File

@ -1,4 +0,0 @@
{
allowUnfree = true;
android_sdk.accept_license = true;
}

Binary file not shown.

View File

@ -6,15 +6,15 @@ windows:
focus: true focus: true
layout: even-vertical layout: even-vertical
panes: panes:
- ssh -C root@zion - ssh root@zion
- ssh -C root@zion - ssh root@zion
- window_name: canvas - window_name: canvas
layout: even-vertical layout: even-vertical
panes: panes:
- ssh -C zion - ssh zion
- ssh -C zion - ssh zion
- window_name: monitor - window_name: monitor
panes: panes:
- ssh -C -t zion "htop" - ssh -t zion "htop"