Refactored the repository structure by renaming variants/ to hw and glue/ to fleet, fixing an infinite recursion bug by separating fleet options evaluation, and adding a lib.mkFleet function to enable external flakes to reuse Athenix's fleet generation #29
@@ -26,5 +26,5 @@
|
||||
};
|
||||
|
||||
# Disable systemd-networkd and systemd-hostnamed
|
||||
systemd.network.enable = false;
|
||||
systemd.network.enable = lib.mkForce false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user