l blue-host: don't restart container on change

This commit is contained in:
lassulus 2018-06-22 20:19:17 +02:00
parent b1d315bb77
commit 9c2584b3c8

View File

@ -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 ];