From f4206a60810014cb23ca6eb882398a4739b7b780 Mon Sep 17 00:00:00 2001
From: lassulus <lassulus@lassul.us>
Date: Sun, 24 Jan 2021 15:54:05 +0100
Subject: [PATCH] sync-containers: add noop to plain container scripts

---
 krebs/3modules/sync-containers.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/krebs/3modules/sync-containers.nix b/krebs/3modules/sync-containers.nix
index 81316fb0d..7c7db4c3d 100644
--- a/krebs/3modules/sync-containers.nix
+++ b/krebs/3modules/sync-containers.nix
@@ -8,6 +8,7 @@ with import <stockholm/lib>;
   };
   start = cname: {
     plain = ''
+      :
     '';
     ecryptfs = ''
       if ! mount | grep -q '${cfg.dataLocation}/${cname}/ecryptfs on /var/lib/containers/${cname}/var/state type ecryptfs'; then
@@ -28,6 +29,7 @@ with import <stockholm/lib>;
   };
   stop = cname: {
     plain = ''
+      :
     '';
     ecryptfs = ''
       ${pkgs.ecrypt}/bin/ecrypt unmount ${cfg.dataLocation}/${cname}/ecryptfs /var/lib/containers/${cname}/var/state