Files
helm/hosts/profiles/site/default.nix
T
2022-12-07 15:52:37 +10:00

6 lines
123 B
Nix

{ self, pkgs, ... }:
{
services."anish.lakhwara.com".enable = true;
services."anish.lakhwara.com".enableSSL = false;
}