This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
nil/profiles/laptop.nix
James Patrick 7f015d342f Refactor of the networking part.
Added new option. `config.system.networking.allowedPorts` as well as a
boolean for enabling/disabling this.
2022-08-14 20:33:40 -04:00

5 lines
103 B
Nix

{ config, lib, pkgs, user, ... }: {
imports = [ ./graphical.nix ];
my.system.boot.enable = true;
}