{ self, unstable, unstable-small, ... } @ inputs: { meta = { nixpkgs = import unstable { system = "x86_64-linux"; }; }; defaults = { pkgs, ... }: { environment.systemPackages = with pkgs; [ curl vim ]; }; cobalt = self.lib.mkColmena { name = "cobalt"; system = "x86_64-linux"; inputs = inputs; deployment = { targetHost = "cobalt.sefidel.com"; targetPort = 22; targetUser = "root"; }; time.timeZone = "UTC"; }; }