Sunshine: for desktop
This commit is contained in:
parent
378ec5614e
commit
c72a7daeb0
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.sunshine = {
|
||||||
|
#TODO: migrate to module
|
||||||
|
enable = true;
|
||||||
|
capSysAdmin = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
networking.interfaces.enp14s0.wakeOnLan.enable = true;
|
networking.interfaces.enp14s0.wakeOnLan.enable = true;
|
||||||
|
|
||||||
niksos = {
|
niksos = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue