created module
This commit is contained in:
commit
8a8fe8cfc6
11 changed files with 351 additions and 0 deletions
11
example-nixos-module.nix
Normal file
11
example-nixos-module.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
services.syncthing = {
|
||||
configuration = self.outputs.syncthingConfiguration;
|
||||
deviceName = "laptop";
|
||||
};
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue