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

@ -66,7 +66,7 @@
}; };
hetznix = nixpkgs.lib.nixosSystem { hetznix = nixpkgs.lib.nixosSystem {
inherit system; inherit specialArgs system;
modules = [ modules = [
disko.nixosModules.disko disko.nixosModules.disko

View file

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