This commit is contained in:
2025-07-27 16:43:48 -05:00
parent 437dd45e98
commit 05868d3933

View File

@@ -205,9 +205,7 @@
}; };
}; };
};
*/ */
containers.netbird = lib.mkIf config.sysconfig.opts.virtualization.netbird.enable { containers.netbird = lib.mkIf config.sysconfig.opts.virtualization.netbird.enable {
autoStart = true; autoStart = true;
@@ -297,6 +295,8 @@
system.stateVersion = "25.05"; system.stateVersion = "25.05";
}; };
}; };
};
} }