update adam site

This commit is contained in:
Kopatz
2025-03-07 18:03:43 +01:00
parent 60f88c469c
commit bff203d7da
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
lib.mkForce [ ]; # Normally ["network-online.target"]
};
# mash spacebar to still be able to select a different boot option
boot.loader.timeout = 0;
boot.loader.timeout = 1;
virtualisation.docker.enableOnBoot = false;
}

View File

@@ -6,7 +6,7 @@ buildNpmPackage rec {
src = fetchGit {
url = "git@github.com:oberprofis/adams.git";
ref = "main";
rev = "001e9feb4d53f3046068f1bb88c7386b6c6f7f58";
rev = "6575c418f45aef025d2d89d5b0b4ff4fbdffe298";
};
npmDepsHash="sha256-PRFHBlVIdHfATAAKVKax+bY4o+9czdfl7HjFnKk4KtI=";
installPhase = ''