Files
nixos-blueprint/hosts/legion/networking.nix
2025-04-15 00:03:26 +03:00

8 lines
112 B
Nix

{
networking = {
# hostId = "c7f6c4a1";
hostName = "legion";
networkmanager.enable = true;
};
}