diff options
| author | Seth Flynn <[email protected]> | 2025-02-08 23:04:04 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-08 23:04:04 -0500 |
| commit | 05a4dbf16fa3a67ac3a6541184eab80fe346f6af (patch) | |
| tree | 4508d529985d54b165613a189531ee34112ffee8 /systems/atlas/kanidm.nix | |
| parent | 453b25d097f07427be6f7e45fd7bad4ef9fc45b2 (diff) | |
setup auth.getchoo.com
Diffstat (limited to 'systems/atlas/kanidm.nix')
| -rw-r--r-- | systems/atlas/kanidm.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/atlas/kanidm.nix b/systems/atlas/kanidm.nix new file mode 100644 index 0000000..dc1e534 --- /dev/null +++ b/systems/atlas/kanidm.nix @@ -0,0 +1,6 @@ +{ + services.kanidm = { + enableClient = true; + enableServer = true; + }; +} |
