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