diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 47614b8..974a602 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 cca3d3f..20d65ec 100644 --- a/modules/system/core/bootloader.nix +++ b/modules/system/core/bootloader.nix @@ -1,12 +1,11 @@ { pkgs, legacy-boot, ... }: { boot = { - plymouth.enable = true; loader = { efi.canTouchEfiVariables = true; systemd-boot = { enable = !legacy-boot; configurationLimit = 3; - sortKey = "z-nixos"; + sortKey = "nixos"; editor = false; }; grub = { diff --git a/modules/system/homelab/dns.nix b/modules/system/homelab/dns.nix index 9eb0004..ee7e512 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 09c7e41..2217a08 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 = true; + enable = false; 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 760d2c4..0c7a17f 100644 --- a/modules/system/homelab/media.nix +++ b/modules/system/homelab/media.nix @@ -4,7 +4,6 @@ ]; 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 ccdbaa1..acc3a7e 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;