*actually* upload nixcloud configs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
|
||||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts."k3t.dev".extraConfig = ''
|
||||
encode zstd gzip
|
||||
root /var/www/k3t.dev/
|
||||
file_server browse
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user