adds config for actual server

This commit is contained in:
Dennis 2025-10-17 10:08:14 +02:00
parent 4734ecb5e1
commit 65fdfb5aca
2 changed files with 24 additions and 0 deletions

View file

@ -16,6 +16,7 @@
../../modules/uptime-kuma
../../modules/homepage
../../modules/docker
../../modules/actual-server
];
# Secrets
@ -79,6 +80,7 @@
description = "dennis";
initialPassword = "admin";
isNormalUser = true;
linger = true;
extraGroups = [
"wheel"
"networkmanager"
@ -111,6 +113,7 @@
neovim
wget
docker-compose
actual-server
];
# Programs
@ -161,6 +164,9 @@
virtualHosts."home.dnsc.io".extraConfig = ''
reverse_proxy localhost:9001
'';
virtualHosts."finance.dnsc.io".extraConfig = ''
reverse_proxy localhost:9002
'';
};
# Environment variables