summaryrefslogtreecommitdiff
path: root/systems/atlas/kanidm.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-20 04:19:27 -0500
committerSeth Flynn <[email protected]>2025-02-20 04:19:27 -0500
commita8cb1f33b2c0ea49c434b5f251fe45938d050f6a (patch)
tree8d5f992762727b93228452278db64332b844c407 /systems/atlas/kanidm.nix
parent257d26ce3886ee8778565d8c214848d64a40ff0d (diff)
nixos: include nginx proxies in mixins
Diffstat (limited to 'systems/atlas/kanidm.nix')
-rw-r--r--systems/atlas/kanidm.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/systems/atlas/kanidm.nix b/systems/atlas/kanidm.nix
deleted file mode 100644
index dc1e534..0000000
--- a/systems/atlas/kanidm.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- services.kanidm = {
- enableClient = true;
- enableServer = true;
- };
-}