sunshine: enable on odyssey
This commit is contained in:
parent
7a38b82a0d
commit
5e9c46a6d6
@ -1,8 +1,5 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
streamrip = pkgs.callPackage ../../pkgs/streamrip/package.nix { };
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
@ -56,9 +53,10 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
services.sunshine = {
|
||||||
streamrip
|
enable = true;
|
||||||
];
|
capSysAdmin = false;
|
||||||
|
};
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
programs = {
|
programs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user