Config for kernighan

This commit is contained in:
Trevor Vallender 2023-09-27 10:54:42 +01:00
parent 31fae32836
commit 1aa8e788c7
3 changed files with 5 additions and 2 deletions

View File

@ -28,4 +28,6 @@
git
vim
];
services.davfs2.enable = true; # Used for mounting Hetzner Storage Box
}

View File

@ -25,6 +25,7 @@
"wheel"
"docker"
"tmux"
"davfs2"
];
initialPassword = "password";
openssh.authorizedKeys.keyFiles = [

View File

@ -5,11 +5,11 @@ Host kernighan_old
IdentitiesOnly yes
Host kernighan
HostName 192.168.40.25
HostName 65.108.62.26
IdentityFile /home/tsv/.ssh/personal
User tsv
IdentitiesOnly yes
Port 2223
Port 2222
Host git.tsvallender.co.uk
HostName git.tsvallender.co.uk