stockholm/lass/2configs/green-host.nix

22 lines
401 B
Nix
Raw Normal View History

2021-01-04 11:50:55 +00:00
{ config, pkgs, ... }:
{
imports = [
<stockholm/lass/2configs/container-networking.nix>
<stockholm/lass/2configs/syncthing.nix>
];
lass.sync-containers.containers.green = {
peers = [
"icarus"
"shodan"
"skynet"
"mors"
"morpheus"
2021-01-04 11:50:55 +00:00
"littleT"
"styx"
2021-01-04 11:50:55 +00:00
];
hostIp = "10.233.2.15";
localIp = "10.233.2.16";
format = "ecryptfs";
};
}