mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds services for dandelion
This commit is contained in:
parent
4fcf563b4b
commit
018442bbc3
1 changed files with 5 additions and 0 deletions
5
modules/services/dandelion.nix
Normal file
5
modules/services/dandelion.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }: {
|
||||||
|
imports =
|
||||||
|
[(import ./docker.nix)]
|
||||||
|
++ [(import ./scrutiny.nix)];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue