feat: create syncthing and pipewire services
This commit is contained in:
parent
065b1bac9d
commit
899c1b4a26
5 changed files with 46 additions and 6 deletions
8
nixos/services/laptop.preset.nix
Normal file
8
nixos/services/laptop.preset.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./nginx.service.nix
|
||||
./pipewire.service.nix
|
||||
./syncthing.service.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue