Use nixpkgs-2405 on hetznix
This commit is contained in:
parent
c50f54fb2c
commit
83339d1bc2
|
@ -66,7 +66,7 @@
|
|||
};
|
||||
|
||||
hetznix = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
inherit specialArgs system;
|
||||
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue