Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix: Add build machines protocol option. #686

Merged
merged 1 commit into from
Jun 20, 2023
Merged

nix: Add build machines protocol option. #686

merged 1 commit into from
Jun 20, 2023

Conversation

CathalMullan
Copy link
Contributor

This add the protocol option to the Nix build machines config.

Simple copy and paste of the NixOS config option.

@@ -227,6 +227,19 @@ in
The hostname of the build machine.
'';
};
protocol = mkOption {
type = types.enum [ null "ssh" "ssh-ng" ];
default = "ssh";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that null doesn't add any :// scheme prefix that seems like a better option for backwards compatibility to me. But guess it's fine since that's also that the nixos module uses.

@LnL7 LnL7 merged commit 1b57241 into LnL7:master Jun 20, 2023
YorikSar added a commit to YorikSar/dotfiles that referenced this pull request Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants