diff options
author | lassulus <lass@blue.r> | 2018-06-22 20:19:17 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-06-22 20:19:17 +0200 |
commit | 9c2584b3c841dc75b1a3a34c252a5a91495d06a2 (patch) | |
tree | e1ba4559c138a9c639deefc92abddd8c98912249 /lass | |
parent | b1d315bb776792d81b0efdfd99e53d4f3695c9a6 (diff) |
l blue-host: don't restart container on change
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/blue-host.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lass/2configs/blue-host.nix b/lass/2configs/blue-host.nix index 657234bc1..83c235f3e 100644 --- a/lass/2configs/blue-host.nix +++ b/lass/2configs/blue-host.nix @@ -5,6 +5,7 @@ with import <stockholm/lib>; imports = [ <stockholm/lass/2configs/container-networking.nix> ]; + systemd.services."container@blue".reloadIfChanged = mkForce false; containers.blue = { config = { ... }: { environment.systemPackages = [ pkgs.git ]; |