feat: add modularity to scana11y
This commit is contained in:
parent
8ab1c91b38
commit
305ce21e41
4 changed files with 129 additions and 45 deletions
8
hosts/web-arm/modules/scana11y.nix
Normal file
8
hosts/web-arm/modules/scana11y.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.sa-core.instances = {
|
||||
"wohnservice-wien.at" = {
|
||||
email = "dominik.polakovics@cloonar.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue