This commit is contained in:
kenji
2025-07-02 21:09:17 -05:00
parent 27cc1641f2
commit c08bc7a576
3 changed files with 20 additions and 1 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
{
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
sunshine
];
services.sunshine = {
enable = true;
autoStart = true;