7f015d342f
Added new option. `config.system.networking.allowedPorts` as well as a boolean for enabling/disabling this.
5 lines
103 B
Nix
5 lines
103 B
Nix
{ config, lib, pkgs, user, ... }: {
|
|
imports = [ ./graphical.nix ];
|
|
my.system.boot.enable = true;
|
|
}
|