WIP: add customer-portal module
This commit is contained in:
parent
25024f7fbd
commit
36629f6d02
6 changed files with 242 additions and 5 deletions
15
clanServices/customer-portal/flake-module.nix
Normal file
15
clanServices/customer-portal/flake-module.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
let
|
||||
module = ./default.nix;
|
||||
in
|
||||
{
|
||||
clan.modules.customer-portal = module;
|
||||
|
||||
perSystem = { ... }: {
|
||||
clan.nixosTests.customer-portal = {
|
||||
imports = [ ./tests/vm/default.nix ];
|
||||
|
||||
clan.modules."@amarth/customer-portal" = module;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue