Use nixpkgs-2405 on hetznix

This commit is contained in:
Oliver Davies 2024-12-21 00:45:06 +00:00
parent c50f54fb2c
commit 83339d1bc2
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
inputs,
modulesPath,
lib,
pkgs,
@ -16,6 +17,8 @@
./modules/nginx
];
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs-2405}" ];
networking.firewall.allowedTCPPorts = [
80
443