prep nginx migration

This commit is contained in:
Vivian 2023-04-29 19:48:00 +02:00
parent fb1720d00b
commit b101e12d06
5 changed files with 150 additions and 71 deletions

View file

@ -13,7 +13,7 @@
# this value at the release version of the first install of this system.
# 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 = "22.11"; # Did you read the comment?
system.stateVersion = "23.05"; # Did you read the comment?
# Additional packages
environment.systemPackages = with pkgs; [ ];