about summary refs log tree commit diff
path: root/modules/gnome-cast.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnome-cast.nix')
-rw-r--r--modules/gnome-cast.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gnome-cast.nix b/modules/gnome-cast.nix
new file mode 100644
index 0000000..e0f0a0a
--- /dev/null
+++ b/modules/gnome-cast.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }:
+{
+	environment.systemPackages = with pkgs; [
+		gnome-network-displays
+	];
+
+	networking.firewall.allowedTCPPorts = [ 7236 ];
+}