nix-conf/modules/servers/tyr/glance.nix

6 lines
75 B
Nix

{
services.glance = {
enable = true;
openFirewall = true;
};
}