11 lines
211 B
Nix
11 lines
211 B
Nix
{...}: {
|
|
imports = [
|
|
./nginx.service.nix
|
|
./pipewire.service.nix
|
|
./syncthing.service.nix
|
|
./misc.service.nix
|
|
./avahi.service.nix
|
|
./printing.service.nix
|
|
./tailscale.service.nix
|
|
];
|
|
}
|