adds config for actual server
This commit is contained in:
parent
4734ecb5e1
commit
65fdfb5aca
2 changed files with 24 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue