add temp.disabled uxplay to flake.nix

This commit is contained in:
DannyDannyDanny 2025-02-07 19:07:15 +01:00
parent d12b93664d
commit e960996767
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@
modules = [ modules = [
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
# ./uxplay.nix
]; ];
}; };
}; };

View file

@ -4,10 +4,9 @@
# also see: 24_nix_uxplay for script # also see: 24_nix_uxplay for script
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
services.avahi = { services.avahi = {
nssmdns = true; nssmdns4 = true;
enable = true; enable = true;
publish = { publish = {
enable = true; enable = true;