summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index dd490c5..2267990 100644
--- a/flake.nix
+++ b/flake.nix
@@ -120,5 +120,9 @@
almanac kijetesantakaluotokieni showrt isabelle-utils isabat
emacs29;
};
+
+ nixosModules = {
+ glitchtip = import ./modules/glitchtip.nix;
+ };
};
}