feat: current version is always on top

This commit is contained in:
silver 2024-06-14 21:34:43 +01:00
parent 5c8dcdef00
commit 1d3549d541
Signed by: silver
GPG key ID: 54E2C71918E93B74
4 changed files with 103 additions and 36 deletions

View file

@ -9,15 +9,6 @@ with lib; {
imports = [];
config = {
assertions = [
{
assertion = asserts.assertOneOf "year" year [
"2009"
"2017"
];
}
];
services.skynet.acme.domains = [
"${year}.skynet.ie"
];