Compare commits
1 commit
6f1daeea46
...
d07cfe170b
Author | SHA1 | Date | |
---|---|---|---|
d07cfe170b |
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
services.kanidm =
|
config.services.kanidm =
|
||||||
let
|
let
|
||||||
port = 8443;
|
port = 8443;
|
||||||
domain = "auth.rabulinski.com";
|
domain = "auth.rabulinski.com";
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
{
|
{
|
||||||
host = "kazuki";
|
host = "kazuki";
|
||||||
ports = [ port ];
|
ports = [ port ];
|
||||||
config =
|
module =
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
cert = config.security.acme.certs.${domain};
|
cert = config.security.acme.certs.${domain};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue