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