Remove vscode-server configuration and add acme and caddy optional configs in proxy setup
This commit is contained in:
parent
446c3500ec
commit
f8a2e4415d
2 changed files with 2 additions and 3 deletions
|
@ -6,9 +6,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
## Required Configs ##
|
## Required Configs ##
|
||||||
../common/core # required
|
../common/core # required
|
||||||
|
|
||||||
## Host-specific Optional Configs ##
|
|
||||||
../common/optional/vscode-server.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
## Packages with no needed configs ##
|
## Packages with no needed configs ##
|
||||||
|
|
|
@ -25,6 +25,8 @@ in
|
||||||
"hosts/common/core"
|
"hosts/common/core"
|
||||||
|
|
||||||
## Optional Configs ##
|
## Optional Configs ##
|
||||||
|
"hosts/common/optional/acme"
|
||||||
|
"hosts/common/optional/caddy"
|
||||||
"hosts/common/optional/docker.nix"
|
"hosts/common/optional/docker.nix"
|
||||||
"hosts/common/optional/containers/cloudflared.nix"
|
"hosts/common/optional/containers/cloudflared.nix"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue