Files
flocon/hosts/genepi/network.nix
2025-01-29 21:34:17 +01:00

5 lines
67 B
Nix

{
networking.hostName = "genepi";
networking.useDHCP = true;
}