l: add green-host

This commit is contained in:
lassulus 2021-01-04 12:50:55 +01:00
parent 480a2e15c0
commit d9d4257ed0

View File

@ -0,0 +1,19 @@
{ config, pkgs, ... }:
{
imports = [
<stockholm/lass/2configs/container-networking.nix>
<stockholm/lass/2configs/syncthing.nix>
];
lass.sync-containers.containers.green = {
peers = [
"icarus"
"shodan"
"skynet"
"mors"
"littleT"
];
hostIp = "10.233.2.15";
localIp = "10.233.2.16";
format = "ecryptfs";
};
}