diff --git a/system/kernighan/kernighan.nix b/system/kernighan/kernighan.nix index b42159f..c8070d3 100644 --- a/system/kernighan/kernighan.nix +++ b/system/kernighan/kernighan.nix @@ -28,4 +28,6 @@ git vim ]; + + services.davfs2.enable = true; # Used for mounting Hetzner Storage Box } diff --git a/system/shared/shared-configuration.nix b/system/shared/shared-configuration.nix index d4a366e..0bb5fa9 100644 --- a/system/shared/shared-configuration.nix +++ b/system/shared/shared-configuration.nix @@ -25,6 +25,7 @@ "wheel" "docker" "tmux" + "davfs2" ]; initialPassword = "password"; openssh.authorizedKeys.keyFiles = [ diff --git a/users/tsv/ssh/config b/users/tsv/ssh/config index 6c6013f..08c76f7 100644 --- a/users/tsv/ssh/config +++ b/users/tsv/ssh/config @@ -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