Added uptime kuma and signal
This commit is contained in:
parent
0ce313cd1f
commit
2f067334ab
6 changed files with 80 additions and 45 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue