l: add green-host
This commit is contained in:
parent
480a2e15c0
commit
d9d4257ed0
19
lass/2configs/green-host.nix
Normal file
19
lass/2configs/green-host.nix
Normal 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";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user