nixos-config/nixos/services/laptop.preset.nix
Zhongheng Liu 5a2116572d
feat: included additional system components
Moved proxy declaration to specialisation
Enabled avahi
Enabled CUPS printing services
2024-08-25 18:43:16 +08:00

10 lines
183 B
Nix

{...}: {
imports = [
./nginx.service.nix
./pipewire.service.nix
./syncthing.service.nix
./misc.service.nix
./avahi.service.nix
./printing.service.nix
];
}