mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
11 lines
189 B
Nix
11 lines
189 B
Nix
{ pkgs, ... }: {
|
|
services.avahi = {
|
|
enable = true;
|
|
nssmdns4 = true;
|
|
openFirewall = true;
|
|
};
|
|
environment.systemPackages = with pkgs; [
|
|
hplip
|
|
hplipWithPlugin
|
|
];
|
|
}
|