✨ add temp.disabled uxplay to flake.nix
This commit is contained in:
parent
d12b93664d
commit
e960996767
2 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
# ./uxplay.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue