mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-08 05:49:25 -06:00
test: setting up nas structure
This commit is contained in:
parent
7cf2f70441
commit
312c52d613
8 changed files with 100 additions and 73 deletions
18
modules/nixos/nas/default.nix
Normal file
18
modules/nixos/nas/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
flake,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
syncthing = import ./syncthing { inherit flake; };
|
||||
photoprism = import ./photoprism { inherit flake lib; };
|
||||
opencloud = import ./opencloud { inherit flake pkgs; };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
syncthing
|
||||
photoprism
|
||||
opencloud
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue