ssh certificates on desktop
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user