ZeNixComputa: Temporarily disable sunshine for update

This commit is contained in:
traxys 2024-05-02 19:00:59 +02:00
parent 8bfe435c59
commit 98e88b5fbf
2 changed files with 5 additions and 12 deletions

View file

@ -5,7 +5,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs";
nixpkgs-traxys.url = "github:traxys/nixpkgs/inflight";
nixpkgs-sunshine.url = "github:devusb/nixpkgs?ref=sunshine-module";
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";
@ -500,7 +499,6 @@
ZeNixComputa = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = {
inherit (inputs) nixpkgs-sunshine;
};
modules = [
./hostconfig/ZeNixComputa/extra_info.nix

View file

@ -1,13 +1,8 @@
{
pkgs,
nixpkgs-sunshine,
lib,
...
}: {
imports = [
"${nixpkgs-sunshine}/nixos/modules/services/networking/sunshine.nix"
];
boot.initrd = {
enable = true;
availableKernelModules = ["amdgpu" "r8169"];
@ -31,11 +26,11 @@
"video=DP-2:1920x1080@75"
];
services.sunshine = {
enable = true;
openFirewall = true;
capSysAdmin = true;
};
# services.sunshine = {
# enable = true;
# openFirewall = true;
# capSysAdmin = true;
# };
networking = {
hostName = "ZeNixComputa";