rename
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
perSystem = { system, pkgs, lib, ... }: {
|
perSystem = { system, pkgs, lib, ... }: {
|
||||||
packages.step-bootstrap = (inputs.self.wrappers.stepBootstrap.apply {
|
packages.step-bootstrap = (inputs.self.wrappers.stepBootstrap.apply {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
caURL = "https://janus.john-stream.com";
|
ca-url = "https://janus.john-stream.com";
|
||||||
fingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
|
fingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
|
||||||
install = true;
|
install = true;
|
||||||
}).wrapper;
|
}).wrapper;
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
flake.wrappers.stepBootstrap = inputs.wrappers.lib.wrapModule ({config, lib, wlib, ... }: {
|
flake.wrappers.stepBootstrap = inputs.wrappers.lib.wrapModule ({config, lib, wlib, ... }: {
|
||||||
options = {
|
options = {
|
||||||
caURL = lib.mkOption {
|
ca-url = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
};
|
};
|
||||||
fingerprint = lib.mkOption {
|
fingerprint = lib.mkOption {
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
package = config.pkgs.step-cli;
|
package = config.pkgs.step-cli;
|
||||||
args = [
|
args = [
|
||||||
"ca" "bootstrap"
|
"ca" "bootstrap"
|
||||||
"--ca-url" config.caURL
|
"--ca-url" config.ca-url
|
||||||
"--fingerprint" config.fingerprint
|
"--fingerprint" config.fingerprint
|
||||||
]
|
]
|
||||||
++ lib.optional config.install "--install";
|
++ lib.optional config.install "--install";
|
||||||
|
|||||||
Reference in New Issue
Block a user