add syncthing and keepass
This commit is contained in:
parent
bb9494227f
commit
4a800d9290
14 changed files with 183 additions and 80 deletions
|
|
@ -5,6 +5,10 @@
|
|||
stable = inputs.nixpkgs-stable.legacyPackages.${prev.system};
|
||||
};
|
||||
in rec {
|
||||
# imports = [
|
||||
# ./syncthing.nix
|
||||
# ];
|
||||
|
||||
# ================================================================ #
|
||||
# = My Lib = #
|
||||
# ================================================================ #
|
||||
|
|
|
|||
3
helperLib/syncthing.nix
Normal file
3
helperLib/syncthing.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{}: {
|
||||
getSyncthingDevices = x: trace "foobar" x;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue