more pruning
This commit is contained in:
@@ -56,10 +56,6 @@ in
|
|||||||
mtls = {
|
mtls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
subject = hostname;
|
subject = hostname;
|
||||||
ca = {
|
|
||||||
url = "https://janus.john-stream.com/";
|
|
||||||
fingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
|
|
||||||
};
|
|
||||||
san = [
|
san = [
|
||||||
"${hostname}.john-stream.com"
|
"${hostname}.john-stream.com"
|
||||||
"192.168.1.142"
|
"192.168.1.142"
|
||||||
|
|||||||
@@ -1,9 +1,4 @@
|
|||||||
{ inputs, ... }:
|
{ self, inputs, ... }: {
|
||||||
let
|
|
||||||
caURL = "https://janus.john-stream.com/";
|
|
||||||
stepFingerprint = "2036c44f7b5901566ff7611ea6c927291ecc6d2dd00779c0eead70ec77fa10d6";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
#
|
#
|
||||||
# Home Manager Module
|
# Home Manager Module
|
||||||
#
|
#
|
||||||
@@ -17,10 +12,6 @@ in
|
|||||||
{
|
{
|
||||||
options.step-ssh-user = {
|
options.step-ssh-user = {
|
||||||
enable = lib.mkEnableOption "opionated step client config for SSH certs";
|
enable = lib.mkEnableOption "opionated step client config for SSH certs";
|
||||||
fingerprint = lib.mkOption {
|
|
||||||
type = lib.types.str;
|
|
||||||
default = "${stepFingerprint}";
|
|
||||||
};
|
|
||||||
provisioner = lib.mkOption {
|
provisioner = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "admin";
|
default = "admin";
|
||||||
|
|||||||
Reference in New Issue
Block a user