From b7eb406305bf221dcf85a3ed937ff0d2fd32f012 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 16 Mar 2026 21:51:43 +0100 Subject: feat(adam): minor changes, import sunshine --- modules/hosts/adam/configuration.nix | 1 - modules/hosts/adam/flake-parts.nix | 1 + modules/services/sunshine.nix | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix index 246fece..c2110d6 100644 --- a/modules/hosts/adam/configuration.nix +++ b/modules/hosts/adam/configuration.nix @@ -45,7 +45,6 @@ # User configuration users.users.schererleander = { isNormalUser = true; - home = "/home/schererleander"; shell = pkgs.zsh; ignoreShellProgramCheck = true; extraGroups = [ diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix index 738ec43..c20edd3 100644 --- a/modules/hosts/adam/flake-parts.nix +++ b/modules/hosts/adam/flake-parts.nix @@ -15,6 +15,7 @@ bluetooth mullvad-vpn steam + sunshine wooting ]; }; diff --git a/modules/services/sunshine.nix b/modules/services/sunshine.nix index 510de8a..b28df3a 100644 --- a/modules/services/sunshine.nix +++ b/modules/services/sunshine.nix @@ -6,6 +6,5 @@ capSysAdmin = true; openFirewall = true; }; - hardware.graphics.enable = true; }; } -- cgit v1.3.1