checkpoint
This commit is contained in:
parent
be2843ca80
commit
e07257e137
61 changed files with 258 additions and 156 deletions
|
|
@ -13,11 +13,11 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
${namespace}.services.networking.caddy.hosts = {
|
||||
"https://${config.networking.hostName}:443" = ''
|
||||
reverse_proxy http://[::1]:2000
|
||||
'';
|
||||
};
|
||||
# ${namespace}.services.networking.caddy.hosts = {
|
||||
# "https://${config.networking.hostName}.arda:443" = ''
|
||||
# reverse_proxy http://[::1]:2000
|
||||
# '';
|
||||
# };
|
||||
|
||||
services.glance = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue