This website requires JavaScript.
Explore
Help
Sign in
matthew.binning
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5aa1d4192f
nixos-config
/
hosts
/
crossbox
/
rustdesk.nix
8 lines
112 B
Nix
Raw
Normal View
History
Unescape
Escape
Add RustDesk service and nginx configuration
2026-02-13 08:01:23 -08:00
{
config
,
pkgs
,
lib
,
.
.
.
}:
{
fix: Undirty flake build and comment out rustdesk
2026-02-13 09:51:39 -08:00
services
.
rustdesk-server
=
{
Add RustDesk service and nginx configuration
2026-02-13 08:01:23 -08:00
enable
=
true
;
fix: Undirty flake build and comment out rustdesk
2026-02-13 09:51:39 -08:00
openFirewall
=
true
;
Add RustDesk service and nginx configuration
2026-02-13 08:01:23 -08:00
}
;
}
Reference in a new issue
Copy permalink