nixos: Remove containers from global deploy list

This commit is contained in:
2022-06-06 13:25:05 +01:00
parent 796e1582a3
commit 77eaaf52c7
4 changed files with 4 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ in
config = mkMerge [
{
my.deploy.enable = mkIf config.my.build.isDevVM false;
my.deploy.enable = mkIf (config.my.build.isDevVM || config.boot.isContainer) false;
}
(mkIf cfg.enable {
my.deploy.node = {