mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Use nix flake functionality for development
This commit is contained in:
parent
8c56307c55
commit
dd5f51d9cc
10 changed files with 61 additions and 25 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue