sync-containers: lass -> krebs

This commit is contained in:
lassulus 2021-01-24 10:41:47 +01:00
parent 293fa449e1
commit ea0b43654e
4 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,7 @@ let
./secret.nix
./setuid.nix
./shadow.nix
./sync-containers.nix
./tinc.nix
./tinc_graphs.nix
./urlwatch.nix

View File

@ -1,6 +1,6 @@
with import <stockholm/lib>;
{ config, pkgs, ... }: let
cfg = config.lass.sync-containers;
cfg = config.krebs.sync-containers;
paths = cname: {
plain = "/var/lib/containers/${cname}/var/state";
ecryptfs = "${cfg.dataLocation}/${cname}/ecryptfs";
@ -37,7 +37,7 @@ with import <stockholm/lib>;
'';
};
in {
options.lass.sync-containers = {
options.krebs.sync-containers = {
dataLocation = mkOption {
description = ''
location where the encrypted sync-container lie around

View File

@ -4,7 +4,7 @@
<stockholm/lass/2configs/container-networking.nix>
<stockholm/lass/2configs/syncthing.nix>
];
lass.sync-containers.containers.green = {
krebs.sync-containers.containers.green = {
peers = [
"icarus"
"shodan"

View File

@ -12,7 +12,6 @@ _:
./pyload.nix
./restic.nix
./screenlock.nix
./sync-containers.nix
./usershadow.nix
./xjail.nix
./autowifi.nix