aboutsummaryrefslogtreecommitdiff
path: root/srv
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-07-10 21:12:57 +0200
committerLinnea Gräf <nea@nea.moe>2025-07-10 21:12:57 +0200
commit438f2474ca8da0316bf633bb097681f2f6c51672 (patch)
tree59e2a126bc7c8fb475b8109a296b7e216516bb20 /srv
parentc9ef10bc6b9118fe49b79c51a68a5a950b7665d3 (diff)
downloadnix-infra-438f2474ca8da0316bf633bb097681f2f6c51672.tar.gz
nix-infra-438f2474ca8da0316bf633bb097681f2f6c51672.tar.bz2
nix-infra-438f2474ca8da0316bf633bb097681f2f6c51672.zip
snapshot: Do 10. Jul 21:12:57 CEST 2025
Diffstat (limited to 'srv')
-rw-r--r--srv/hadante/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix
index 8d1befb..f016851 100644
--- a/srv/hadante/configuration.nix
+++ b/srv/hadante/configuration.nix
@@ -34,6 +34,9 @@ in
};
config = {
+ nixpkgs.overlays = [
+ inputs.fjordlauncher.overlays.default
+ ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -290,7 +293,7 @@ in
reuse
- prismlauncher
+ fjordlauncher
jdk8
jdk17
jdk21