Merge branch 'main' of codeberg.org:dnscio/nix-config
This commit is contained in:
commit
f3d2d96ab0
5 changed files with 50 additions and 17 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
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@
|
|||
casks = [
|
||||
"arc"
|
||||
"microsoft-teams"
|
||||
# "tailscale"
|
||||
"tailscale"
|
||||
"font-victor-mono"
|
||||
"font-victor-mono-nerd-font"
|
||||
"vlc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue