finaly state of zfs setup

This commit is contained in:
Ingolf Wagner 2023-05-01 15:21:15 +02:00
commit ab396c38fe
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
5 changed files with 72 additions and 11 deletions
nixos/components/network/tinc

View file

@ -29,6 +29,12 @@ let
"prometheus.pepe" = hosts.pepe;
"tts.pepe" = hosts.pepe;
"tdarr.pepe" = hosts.pepe;
# chungus
"loki.chungus" = hosts.chungus;
"grafana.chungus" = hosts.chungus;
"prometheus.chungus" = hosts.chungus;
"tts.chungus" = hosts.chungus;
"tdarr.chungus" = hosts.chungus;
};
network = "private";
in
@ -114,7 +120,7 @@ in
};
"chungus.${network}" = {
hostNames = [ "chungus.${network}" hosts.chungus ];
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC+1U/BacpMxNmLc0r72i/LkmlZapSuIABKsulJnf7Up";
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP9jrbOJbgapreRjttyOKWv5vxGMThn7kAwlk8WnSyL9";
};
"bobi.${network}" = {
hostNames = [ "bobi.${network}" hosts.bobi ];