forked from aylac.top/nixcfg
this repo has no description

dummy

Changed files
+9 -8
hosts
nanpi
+9 -8
hosts/nanpi/default.nix
···
};
glance.enable = true;
jellyfin.enable = true;
+
jellyseerr.enable = true;
karakeep.enable = true;
miniflux.enable = true;
ntfy.enable = true;
pds.enable = true;
-
tailscale = {
+
qbittorrent = {
enable = true;
-
enableCaddy = true;
-
operator = "ayla";
+
webuiPort = config.mySnippets.tailnet.networkMap.qbittorrent.port;
+
openFirewall = true;
};
+
radicale.enable = true;
+
redlib.enable = true;
syncthing = {
enable = true;
certFile = config.age.secrets.syncthingCert.path;
keyFile = config.age.secrets.syncthingKey.path;
user = "ayla";
};
-
qbittorrent = {
+
tailscale = {
enable = true;
-
webuiPort = config.mySnippets.tailnet.networkMap.qbittorrent.port;
-
openFirewall = true;
+
enableCaddy = true;
+
operator = "ayla";
};
-
radicale.enable = true;
-
redlib.enable = true;
vaultwarden.enable = true;
webdav.enable = true;
};