snowflake/hosts/sora/services/croc.nix

8 lines
94 B
Nix
Raw Normal View History

2024-01-05 22:26:40 -05:00
_: {
services.croc = {
enable = true;
openFirewall = true;
debug = true;
};
}