finaly state of zfs setup
This commit is contained in:
parent
38c401b6e7
commit
ab396c38fe
5 changed files with 72 additions and 11 deletions
nixos/components/network/tinc
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue