nix-infra/config/hosts/public-web-static/configuration.nix
yuri 02411bb800 Configure public-web-static host for Element Web hosting
Co-authored-by: julian <julian@jsts.xyz>
2023-10-07 04:29:08 +02:00

7 lines
93 B
Nix

{ ... }:
{
networking.hostName = "public-web-static";
system.stateVersion = "23.05";
}