Compare commits

...

3 commits

2 changed files with 6 additions and 2 deletions

View file

@ -11,7 +11,7 @@ in {
services.ddclient = {
enable = true;
configFile = /home/marley/ddclient.conf;
configFile = "/home/marley/ddclient.conf";
};
};
}

View file

@ -18,8 +18,12 @@ in {
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+hMOzQBPmi6Rjw7fYvwn43w1Dgk+GEooGPnQz2RTcK Generated By Termius"
];
root.openssh.authorizedKeys.keys = [];
root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWzW2E6j4eLNPYTmxZGzOXHwlEdTATu6Q9sk/zJBAmE marley@nyx"
];
};
services.openssh.ports = [222];
system.stateVersion = "24.05";
}