1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix spacing in networkmamnager config and remove TODO comment

This commit is contained in:
RGBCube 2023-11-03 14:40:08 +03:00
parent 4cde8da540
commit 50d5a4101f
No known key found for this signature in database

View file

@ -2,5 +2,5 @@
systemConfiguration {
networking.networkmanager = enabled {};
systemd.network = enabled {};
systemd.network = enabled {};
}