ssh certificates on desktop

This commit is contained in:
John Lancaster
2026-03-15 14:45:33 -05:00
parent cdbfeb101d
commit e1b093929c
4 changed files with 26 additions and 11 deletions

View File

@@ -19,6 +19,9 @@ in
{
# NixOS Options
options.step-client = {
hostname = lib.mkOption {
type = lib.types.str;
};
caURL = lib.mkOption {
type = lib.types.str;
default = "${caURL}";
@@ -32,9 +35,6 @@ in
type = lib.types.str;
default = "admin";
};
hostname = lib.mkOption {
type = lib.types.str;
};
};
imports = with inputs.self.modules.nixos; [ ssh ];