mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
11 lines
199 B
Nix
11 lines
199 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.avahi = {
|
|
enable = false;
|
|
nssmdns4 = true;
|
|
openFirewall = true;
|
|
};
|
|
services.printing.enable = true;
|
|
# environment.systemPackages = with pkgs; [
|
|
# ];
|
|
}
|