chore(revert): slowly introducing changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{config, ...}: {
|
||||
{ config, ... }:
|
||||
{
|
||||
server = {
|
||||
enable = true;
|
||||
email = "adam@cnst.dev";
|
||||
@@ -43,6 +44,10 @@
|
||||
};
|
||||
jellyfin = {
|
||||
enable = true;
|
||||
cloudflared = {
|
||||
tunnelId = "234811e2-bc86-44b2-9abd-493686e25704";
|
||||
credentialsFile = config.age.secrets.jellyfinCloudflared.path;
|
||||
};
|
||||
};
|
||||
uptime-kuma = {
|
||||
enable = true;
|
||||
@@ -89,7 +94,7 @@
|
||||
gluetun.enable = true;
|
||||
qbittorrent = {
|
||||
enable = true;
|
||||
port = 8080;
|
||||
port = 8387;
|
||||
};
|
||||
slskd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user