refactor: Move service imports into a default.nix
This commit is contained in:
parent
54a12223ea
commit
5e488337b4
2 changed files with 20 additions and 16 deletions
18
configuration/services/default.nix
Normal file
18
configuration/services/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
imports = [
|
||||
./backups.nix
|
||||
./battery-manager.nix
|
||||
./conduit
|
||||
./crowdsec.nix
|
||||
./foundryvtt.nix
|
||||
./gitea.nix
|
||||
./immich.nix
|
||||
./metrics
|
||||
./minecraft.nix
|
||||
./nextcloud.nix
|
||||
./postgres.nix
|
||||
# ./starbound.nix -- Not currently used
|
||||
./webserver.nix
|
||||
./wireguard.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue