fix: updated cadie to clear some networking issues

This commit is contained in:
silver 2024-01-12 21:23:45 +00:00
parent c9d7598827
commit 73330b3f6f
2 changed files with 6 additions and 3 deletions

View file

@ -59,4 +59,7 @@ in {
name = name;
};
};
# this was causing a conflict for some reason
systemd.network.enable = lib.mkForce false;
}