summaryrefslogtreecommitdiff
path: root/systems/atlas/kanidm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/kanidm.nix')
-rw-r--r--systems/atlas/kanidm.nix6
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;
+ };
+}