From 95f11b1bc70667ee6368297ae26b5a34265b05dc Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 9 Mar 2026 11:24:58 -0400 Subject: [PATCH] changes --- home/apps/default.nix | 7 +++---- system/hosts/alien/default.nix | 4 ++++ system/hosts/peach/default.nix | 8 +++++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/home/apps/default.nix b/home/apps/default.nix index 7dc47e3..fc76571 100644 --- a/home/apps/default.nix +++ b/home/apps/default.nix @@ -12,7 +12,6 @@ input-leap libreoffice-qt-fresh # nur.repos.forkprince.helium-nightly - chromium nautilus fractal tuba @@ -29,8 +28,8 @@ spotify-player # overrides - # (chromium.override { - # enableWideVine = true; - # }) + (chromium.override { + enableWideVine = true; + }) ]; } diff --git a/system/hosts/alien/default.nix b/system/hosts/alien/default.nix index e31c523..29a7332 100644 --- a/system/hosts/alien/default.nix +++ b/system/hosts/alien/default.nix @@ -86,7 +86,11 @@ enable = true; openFirewall = true; requireUserVerification = false; + lan = true; port = 25565; + # bind = "[::]"; # support IPv6 + game-name = "kova's minecraft"; game-password = "ThisIsASuperSecurePasswordThatNobodyWillGuess"; + admins = [ "sckova" ]; }; } diff --git a/system/hosts/peach/default.nix b/system/hosts/peach/default.nix index 0154ded..8c9f53e 100644 --- a/system/hosts/peach/default.nix +++ b/system/hosts/peach/default.nix @@ -1,6 +1,5 @@ { pkgs, - config, lib, ... }: @@ -26,6 +25,13 @@ in } ]; + # environment.systemPackages = with pkgs; [ + # # note for wine support (should be done by 26.05 release): + # # https://github.com/NixOS/nixpkgs/issues/412458 + # muvm + # fex + # ]; + services.logind.settings.Login = { HandleSuspendKey = "ignore"; HandlePowerKey = "lock";