9 lines
116 B
Nix
9 lines
116 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
services.pixiecore = {
|
||
|
enable = true;
|
||
|
openFirwalle = true;
|
||
|
dhcpNoBind = true;
|
||
|
};
|
||
|
}
|