This commit is contained in:
2026-05-17 17:41:15 -03:00
parent c4aa0d3d20
commit 930f535cbd
2 changed files with 0 additions and 18 deletions
-14
View File
@@ -1,14 +0,0 @@
{
config,
lib,
...
}:
{
options.mods.netbird = {
enable = lib.mkEnableOption "netbird";
};
config = lib.mkIf config.mods.netbird.enable {
services.resolved.enable = false;
};
}