1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

catullus: move to krops

This commit is contained in:
Kierán Meinhardt
2019-01-31 23:39:38 +01:00
parent a3ea9aeeaf
commit c70c4d106d
5 changed files with 50 additions and 24 deletions

View File

@@ -50,14 +50,15 @@ in {
user = "kfm";
port = sshPort;
};
catullus = {
hostname = "catullus.local";
user = "root";
};
};
};
};
programs.ssh = {
startAgent = true;
forwardX11 = true;
};
programs.ssh.startAgent = true;
services.openssh = {
ports = [ sshPort ];