nixos-config/modules/system/services/general/snowflake/default.nix

5 lines
55 B
Nix

{ ... }:
{
services.snowflake-proxy.enable = true;
}