feat: 24.05 for everyone
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
a7484b3891
commit
0a57bf37ef
|
@ -38,7 +38,7 @@
|
|||
# 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";
|
||||
};
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ with lib.metacfg;
|
|||
enable = true;
|
||||
operation = "switch";
|
||||
allowReboot = true;
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
|
||||
};
|
||||
|
||||
security.tpm2.enable = false;
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
enable = true;
|
||||
operation = "switch";
|
||||
allowReboot = true;
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
|
||||
};
|
||||
|
||||
systemd.targets.sleep.enable = false;
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
enable = true;
|
||||
operation = "boot";
|
||||
allowReboot = false;
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
|
@ -24,7 +24,6 @@ with lib.metacfg;
|
|||
enable = true;
|
||||
operation = "boot";
|
||||
allowReboot = false;
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg.git?ref=refs/heads/b24.05";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Loading…
Reference in a new issue