Use nix flake functionality for development

This commit is contained in:
Martin Puppe 2022-04-08 01:47:18 +02:00
parent 8c56307c55
commit dd5f51d9cc
10 changed files with 61 additions and 25 deletions

View file

@ -29,8 +29,6 @@ in {
};
config = mkIf cfg.enable {
nixpkgs.overlays = [ (import ./overlay.nix) ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
services.nginx = mkIf (cfg.server == "nginx") {