Remove vscode-server configuration and add acme and caddy optional configs in proxy setup

This commit is contained in:
Chris Toph 2025-03-31 12:21:03 -04:00
parent 446c3500ec
commit f8a2e4415d
2 changed files with 2 additions and 3 deletions

View file

@ -6,9 +6,6 @@
imports = [
## Required Configs ##
../common/core # required
## Host-specific Optional Configs ##
../common/optional/vscode-server.nix
];
## Packages with no needed configs ##

View file

@ -25,6 +25,8 @@ in
"hosts/common/core"
## Optional Configs ##
"hosts/common/optional/acme"
"hosts/common/optional/caddy"
"hosts/common/optional/docker.nix"
"hosts/common/optional/containers/cloudflared.nix"