refactor: put storagebox code in module

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-19 15:26:08 +02:00
parent fc2d98e503
commit 9e0ebbdafb
Signed by: lander
GPG key ID: 0142722B4B0C536F
4 changed files with 95 additions and 38 deletions

View file

@ -1,4 +1,5 @@
{
# my-module = import ./my-module.nix
namespaced-vpn = import ./namespaced-vpn.nix;
storagebox = import ./storagebox.nix;
}