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
+1
View File
@@ -18,6 +18,7 @@
./systemd.nix
./transmission.nix
./uptime-kuma.nix
./outline.nix
# ./mealie.nix
# ./memos.nix
# ./node-red.nix
+11
View File
@@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
...
}:
{
services.outline = {
enable = true;
};
}