This commit is contained in:
Vivian 2023-04-29 20:39:16 +02:00
parent a7d5b82ed8
commit 78c39b1c28
3 changed files with 27 additions and 4 deletions

View file

@ -22,10 +22,6 @@ in {
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.05"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];
networking.firewall.allowedTCPPorts = [ ];
services.nginx = {