fix: use lib.mkForce for systemd.network.enable in stateless-kiosk

- Prevent conflicts when disabling systemd-networkd in stateless kiosk config
- Ensures the disable takes precedence over other module settings
This commit is contained in:
UGA Innovation Factory
2026-01-07 18:12:19 -05:00
parent 7145f5b3d8
commit cda1975631

View File

@@ -26,5 +26,5 @@
};
# Disable systemd-networkd and systemd-hostnamed
systemd.network.enable = false;
systemd.network.enable = lib.mkForce false;
}