diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 974a602..47614b8 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -47,8 +47,8 @@ gpu-screen-recorder-gtk # LOCK IN - # (prismlauncher.override { - # jdks = with javaPackages.compiler.temurin-bin; [ jre-21 jdk-25 ]; - # }) + (prismlauncher.override { + jdks = with javaPackages.compiler.temurin-bin; [ jre-21 jdk-25 ]; + }) ]; } diff --git a/modules/system/core/bootloader.nix b/modules/system/core/bootloader.nix index 20d65ec..cca3d3f 100644 --- a/modules/system/core/bootloader.nix +++ b/modules/system/core/bootloader.nix @@ -1,11 +1,12 @@ { pkgs, legacy-boot, ... }: { boot = { + plymouth.enable = true; loader = { efi.canTouchEfiVariables = true; systemd-boot = { enable = !legacy-boot; configurationLimit = 3; - sortKey = "nixos"; + sortKey = "z-nixos"; editor = false; }; grub = { diff --git a/modules/system/homelab/dns.nix b/modules/system/homelab/dns.nix index ee7e512..9eb0004 100644 --- a/modules/system/homelab/dns.nix +++ b/modules/system/homelab/dns.nix @@ -25,8 +25,8 @@ # LOCK IN "instagram" "youtube" - "minecraft" - "steam" + # "minecraft" + # "steam" ]; in { services.adguardhome = { diff --git a/modules/system/homelab/mc/default.nix b/modules/system/homelab/mc/default.nix index 2217a08..09c7e41 100644 --- a/modules/system/homelab/mc/default.nix +++ b/modules/system/homelab/mc/default.nix @@ -11,7 +11,7 @@ services.minecraft-servers = { # LOCK IN - enable = false; + enable = true; eula = true; managementSystem.systemd-socket.enable = true; # ^^^ https://github.com/Infinidoge/nix-minecraft/issues/119 diff --git a/modules/system/homelab/media.nix b/modules/system/homelab/media.nix index 0c7a17f..760d2c4 100644 --- a/modules/system/homelab/media.nix +++ b/modules/system/homelab/media.nix @@ -4,6 +4,7 @@ ]; services = { jellyfin = { + # LOCK IN enable = true; dataDir = "/mnt/data/apps/jellyfin"; hardwareAcceleration = { diff --git a/modules/system/misc/programs.nix b/modules/system/misc/programs.nix index acc3a7e..ccdbaa1 100644 --- a/modules/system/misc/programs.nix +++ b/modules/system/misc/programs.nix @@ -17,7 +17,7 @@ programs = { # LOCK IN - # steam.enable = true; + steam.enable = true; gdk-pixbuf.modulePackages = [ pkgs.librsvg ]; appimage = { enable = true;