{ inputs, ... }: { flake.modules.nixos.tux-networking = { imports = with inputs.self.modules.nixos; [ networkmanager ]; networking.hostName = "tux"; }; }