Moved proxy declaration to specialisation Enabled avahi Enabled CUPS printing services
10 lines
183 B
Nix
10 lines
183 B
Nix
{...}: {
|
|
imports = [
|
|
./nginx.service.nix
|
|
./pipewire.service.nix
|
|
./syncthing.service.nix
|
|
./misc.service.nix
|
|
./avahi.service.nix
|
|
./printing.service.nix
|
|
];
|
|
}
|