l blue-host: don't restart container on change
This commit is contained in:
parent
b1d315bb77
commit
9c2584b3c8
@ -5,6 +5,7 @@ with import <stockholm/lib>;
|
|||||||
imports = [
|
imports = [
|
||||||
<stockholm/lass/2configs/container-networking.nix>
|
<stockholm/lass/2configs/container-networking.nix>
|
||||||
];
|
];
|
||||||
|
systemd.services."container@blue".reloadIfChanged = mkForce false;
|
||||||
containers.blue = {
|
containers.blue = {
|
||||||
config = { ... }: {
|
config = { ... }: {
|
||||||
environment.systemPackages = [ pkgs.git ];
|
environment.systemPackages = [ pkgs.git ];
|
||||||
|
Loading…
Reference in New Issue
Block a user