Config for kernighan
This commit is contained in:
parent
31fae32836
commit
1aa8e788c7
|
@ -28,4 +28,6 @@
|
||||||
git
|
git
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.davfs2.enable = true; # Used for mounting Hetzner Storage Box
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
"tmux"
|
"tmux"
|
||||||
|
"davfs2"
|
||||||
];
|
];
|
||||||
initialPassword = "password";
|
initialPassword = "password";
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
|
|
|
@ -5,11 +5,11 @@ Host kernighan_old
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
|
||||||
Host kernighan
|
Host kernighan
|
||||||
HostName 192.168.40.25
|
HostName 65.108.62.26
|
||||||
IdentityFile /home/tsv/.ssh/personal
|
IdentityFile /home/tsv/.ssh/personal
|
||||||
User tsv
|
User tsv
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
Port 2223
|
Port 2222
|
||||||
|
|
||||||
Host git.tsvallender.co.uk
|
Host git.tsvallender.co.uk
|
||||||
HostName git.tsvallender.co.uk
|
HostName git.tsvallender.co.uk
|
||||||
|
|
Loading…
Reference in New Issue