✨ 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 = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
# ./uxplay.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,10 +4,9 @@
|
|||
# also see: 24_nix_uxplay for script
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.avahi = {
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
enable = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue