feat: gaming - gamemode + stream

This commit is contained in:
Ryan Yin
2024-01-22 22:00:14 +08:00
parent 9843ea9db5
commit 40921d4199
10 changed files with 205 additions and 19 deletions
+13
View File
@@ -14,4 +14,17 @@
};
openFirewall = true;
};
# Network discovery, mDNS
# With this enabled, you can access your machine at <hostname>.local
# it's more convenient than using the IP address.
services.avahi = {
enable = true;
nssmdns4 = true;
publish = {
enable = true;
domain = true;
userServices = true;
};
};
}