This commit is contained in:
2025-11-13 21:26:14 +03:00
parent 007bbbb218
commit 3a81788f88
2 changed files with 0 additions and 12 deletions
-1
View File
@@ -18,7 +18,6 @@
./systemd.nix
./transmission.nix
./uptime-kuma.nix
./outline.nix
# ./mealie.nix
# ./memos.nix
# ./node-red.nix
-11
View File
@@ -1,11 +0,0 @@
{
config,
lib,
pkgs,
...
}:
{
services.outline = {
enable = true;
};
}