Remove deprecated "system" parameter.

This commit is contained in:
Tom Alexander
2025-11-19 23:26:07 -05:00
parent eebbf9f4aa
commit ff23d8ad20
8 changed files with 3 additions and 8 deletions

View File

@@ -31,6 +31,5 @@
networking.interfaces.enp0s2.useDHCP = lib.mkForce true;
# systemd.network.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
};
}