Config for kernighan
This commit is contained in:
parent
31fae32836
commit
1aa8e788c7
|
@ -28,4 +28,6 @@
|
|||
git
|
||||
vim
|
||||
];
|
||||
|
||||
services.davfs2.enable = true; # Used for mounting Hetzner Storage Box
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"wheel"
|
||||
"docker"
|
||||
"tmux"
|
||||
"davfs2"
|
||||
];
|
||||
initialPassword = "password";
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue