mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-28 17:51:02 +01:00
ZeNixComputa: Temporarily disable sunshine for update
This commit is contained in:
parent
8bfe435c59
commit
98e88b5fbf
2 changed files with 5 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue