feat: 24.05 for everyone

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-06-11 10:08:32 +02:00
parent a7484b3891
commit 0a57bf37ef
5 changed files with 1 additions and 5 deletions

View file

@ -38,7 +38,7 @@
# inputs.nixpkgs.follows = "nixpkgs"; # inputs.nixpkgs.follows = "nixpkgs";
}; };
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-23.11"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-24.05";
simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs"; simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -43,7 +43,6 @@ with lib.metacfg;
enable = true; enable = true;
operation = "switch"; operation = "switch";
allowReboot = true; allowReboot = true;
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
}; };
security.tpm2.enable = false; security.tpm2.enable = false;

View file

@ -32,7 +32,6 @@
enable = true; enable = true;
operation = "switch"; operation = "switch";
allowReboot = true; allowReboot = true;
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
}; };
systemd.targets.sleep.enable = false; systemd.targets.sleep.enable = false;

View file

@ -15,7 +15,6 @@
enable = true; enable = true;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = false;
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";

View file

@ -24,7 +24,6 @@ with lib.metacfg;
enable = true; enable = true;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = false;
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
}; };
system.stateVersion = "23.11"; system.stateVersion = "23.11";