This commit is contained in:
2025-11-13 21:19:32 +03:00
parent 13f65f573e
commit 19140df10a
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
...
}:
{
services.outline = {
enable = true;
};
}