add anubis
This commit is contained in:
parent
83411ed26d
commit
b87a58c1cf
3 changed files with 19 additions and 1 deletions
14
modules/nixos/services/anubis.nix
Normal file
14
modules/nixos/services/anubis.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf config.osbmModules.services.anubis.enable {
|
||||
services.anubis = {
|
||||
enable = true;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue