Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Ahwx 2025-01-30 10:22:21 +01:00
commit 1851d648b9
9 changed files with 141 additions and 121 deletions

View file

@ -1,7 +1,11 @@
{ ... }: {
{ pkgs, ... }: {
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
environment.systemPackages = with pkgs; [
hplip
hplipWithPlugin
];
}