Use nixpkgs-2405 on hetznix
This commit is contained in:
parent
c50f54fb2c
commit
83339d1bc2
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue