start refactoring shared code into modules, update the lock, do some other minor fixes
This commit is contained in:
parent
c2780184c2
commit
5527f50a3b
43 changed files with 2348 additions and 51 deletions
19
modules/nixos/shared-packages/server-settings/default.nix
Normal file
19
modules/nixos/shared-packages/server-settings/default.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./conduit
|
||||
./forgejo
|
||||
./gotosocial
|
||||
./mail-server
|
||||
./nextcloud
|
||||
# ./phanpy
|
||||
./postgres
|
||||
./roundcube
|
||||
./coturn
|
||||
# ./dashboard
|
||||
#./cinny
|
||||
#./firefox-sync
|
||||
./writefreely
|
||||
./mollysocket
|
||||
./jellyfin
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue