reenable games
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s
This commit is contained in:
parent
30f3ef32fa
commit
9daa215672
6 changed files with 9 additions and 9 deletions
|
|
@ -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 ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
# LOCK IN
|
||||
"instagram"
|
||||
"youtube"
|
||||
"minecraft"
|
||||
"steam"
|
||||
# "minecraft"
|
||||
# "steam"
|
||||
];
|
||||
in {
|
||||
services.adguardhome = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ in {
|
|||
};
|
||||
|
||||
services.minecraft-servers.servers.${name} = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
autoStart = true;
|
||||
restart = "always";
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
services = {
|
||||
jellyfin = {
|
||||
# LOCK IN
|
||||
enable = false;
|
||||
enable = true;
|
||||
dataDir = "/mnt/data/apps/jellyfin";
|
||||
hardwareAcceleration = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
programs = {
|
||||
# LOCK IN
|
||||
# steam.enable = true;
|
||||
steam.enable = true;
|
||||
gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
|
||||
appimage = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue