updated system config
This commit is contained in:
parent
e49ebfce9b
commit
eeba81797f
1 changed files with 22 additions and 0 deletions
|
@ -26,6 +26,28 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
|
||||
virtualHosts."10.154.1.147".extraConfig = ''
|
||||
tls internal
|
||||
reverse_proxy localhost:30000
|
||||
encode zstd gzip
|
||||
'';
|
||||
|
||||
virtualHosts."10.154.1.105".extraConfig = ''
|
||||
tls internal
|
||||
reverse_proxy localhost:30000
|
||||
encode zstd gzip
|
||||
'';
|
||||
|
||||
virtualHosts."pathfinder2e.duckdns.org".extraConfig = ''
|
||||
tls internal
|
||||
reverse_proxy localhost:30000
|
||||
encode zstd gzip
|
||||
'';
|
||||
};
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
|
Loading…
Reference in a new issue