mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat(modules/nixos/remote-desktop): enable tailscale & sunshine
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
mylib,
|
mylib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
# imports = mylib.scanPaths ./.;
|
imports = mylib.scanPaths ./.;
|
||||||
#
|
|
||||||
# environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# waypipe
|
waypipe
|
||||||
# moonlight-qt # moonlight client, for streaming games/desktop from a PC
|
moonlight-qt # moonlight client, for streaming games/desktop from a PC
|
||||||
# rustdesk # p2p remote desktop
|
rustdesk # p2p remote desktop
|
||||||
# ];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user