feat: add teh snapshot at the end of the year

This commit is contained in:
silver 2024-06-14 22:03:21 +01:00
parent 1d3549d541
commit 5c33399d97
Signed by: silver
GPG key ID: 54E2C71918E93B74
3 changed files with 86 additions and 7 deletions

View file

@ -11,8 +11,10 @@ with lib; let
in {
imports = [
# import in past website versions, available at $year.skynet.ie
(import ./old_site.nix {year = "2009";})
# at teh end of teh year add it here
(import ./old_site.nix {year = "2023";})
(import ./old_site.nix {year = "2017";})
(import ./old_site.nix {year = "2009";})
];
options.services.skynet."${name}" = {