From a04a1b112d379b800d6f0c53f6854b9939aa2d04 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 7 Jan 2026 16:36:11 +0100 Subject: update to nixos 25.11 --- flake.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 977bac6..440b8c4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-master.url = "github:NixOS/nixpkgs/master"; flake-parts.url = "github:hercules-ci/flake-parts"; @@ -15,12 +15,6 @@ pastor.url = "gitlab:cocainefarm/pastor/feature/nix"; authentik-nix.url = "github:nix-community/authentik-nix"; - - nixos-mailserver = { - url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; - inputs.nixpkgs-25_05.follows = "nixpkgs"; - }; }; outputs = @@ -32,7 +26,6 @@ flake-parts, nixinate, authentik-nix, - nixos-mailserver, ... }: flake-parts.lib.mkFlake { inherit inputs; } { @@ -142,7 +135,6 @@ hetzner acme - nixos-mailserver.nixosModules.default mailserver ]); }; -- cgit v1.2.3