Compare commits

..

No commits in common. "16f5a0a9a5b9b19a3b4cb003b9885eb3fc3f0d71" and "c936d859c7c59d81971afe0b1c8363a1ac2dd82a" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View file

@ -9,7 +9,6 @@
./desktop.nix
./gaming
./geoffrey.nix
./printing
./style
./wireless.nix
];

View file

@ -1,10 +0,0 @@
{ lib, config, ... }:
{
config = lib.mkIf config.services.printing.enable {
services.avahi = {
enable = true;
nssmdns = true;
openFirewall = true;
};
};
}