Compare commits
3 commits
d323003c5c
...
bc921ec108
Author | SHA1 | Date | |
---|---|---|---|
bc921ec108 | |||
2b4b8fd2e9 | |||
1558d4be85 |
2 changed files with 6 additions and 2 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
services.ddclient = {
|
||||
enable = true;
|
||||
|
||||
configFile = /home/marley/ddclient.conf;
|
||||
configFile = "/home/marley/ddclient.conf";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue