Big refactor, test first
This commit is contained in:
parent
fa6a06c51e
commit
f7b36ba224
30 changed files with 76 additions and 30 deletions
22
nixos/server/package-configs/default.nix
Normal file
22
nixos/server/package-configs/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./aria2
|
||||
./conduit
|
||||
./dex
|
||||
./forgejo
|
||||
./gotosocial
|
||||
./jellyfin
|
||||
./mail-server
|
||||
./nextcloud
|
||||
./ombi
|
||||
./postgres
|
||||
./roundcube
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue