15 lines
320 B
Nix
15 lines
320 B
Nix
{ ... }: {
|
|
imports = [
|
|
./nginx.service.nix
|
|
./pipewire.service.nix
|
|
./syncthing.service.nix
|
|
./misc.service.nix
|
|
./avahi.service.nix
|
|
./printing.service.nix
|
|
./tailscale.service.nix
|
|
./power_management.service.nix
|
|
./seatd.service.nix
|
|
./logind.service.nix
|
|
#./mpd.service.nix
|
|
];
|
|
}
|