7 lines
94 B
Nix
7 lines
94 B
Nix
_: {
|
|
services.croc = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
debug = true;
|
|
};
|
|
}
|