diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
commit | c88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch) | |
tree | 512884a15e5ad395f25e4f38101004c787f412ff /modules/sunshine.nix | |
parent | 4428f370dd343f21b839a1479a5f8ef4e605ebad (diff) |
modules -> config etc
Diffstat (limited to 'modules/sunshine.nix')
-rw-r--r-- | modules/sunshine.nix | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/modules/sunshine.nix b/modules/sunshine.nix deleted file mode 100644 index 86e68f4..0000000 --- a/modules/sunshine.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ ... }: -{ - services.sunshine = { - enable = true; - autoStart = true; - capSysAdmin = true; - openFirewall = true; - # applications = { - # apps = [ - # { - # name = "Auto Desktop"; - # prep-cmd = [ - # { - # # do = "${pkgs.sway}/bin/swaymsg \"output DP-2 mode --custom \${SUNSHINE_CLIENT_WIDTH}x\${SUNSHINE_CLIENT_HEIGHT}@\${SUNSHINE_CLIENT_FPS}Hz\""; - # do = "${pkgs.zsh}/bin/zsh -c \"${pkgs.sway}/bin/swaymsg \"output DP-2 mode --custom 1920x1080@60Hz\"\""; - # undo = "${pkgs.sway}/bin/swaymsg \"output DP-2 mode 3440x1440\""; - # } - # ]; - # } - # ]; - # }; - }; -} |