Added uptime kuma and signal

This commit is contained in:
fwastring 2025-09-11 17:06:25 +02:00
parent 0ce313cd1f
commit 2f067334ab
6 changed files with 80 additions and 45 deletions

View file

@ -36,10 +36,10 @@ in
programs.ssh.knownHosts = {
desktop = {
extraHostNames = [ "192.168.1.227" ];
publicKeyFile = ../../keys/desktop_rsa_pubkey;
publicKeyFile = ../../keys/rsa_pubkey;
};
"192.168.1.227" = {
publicKeyFile = ../../keys/desktop_rsa_pubkey;
publicKeyFile = ../../keys/rsa_pubkey;
};
};