21 lines
321 B
Nix
21 lines
321 B
Nix
{
|
|
imports = [
|
|
# Core System
|
|
../shared
|
|
|
|
# Non-stateful services
|
|
./ipfs.nix
|
|
./site.nix
|
|
./tor.nix
|
|
|
|
# Stateful services (backed up by borg)
|
|
./akkoma.nix
|
|
./forgejo.nix
|
|
./lldap.nix
|
|
./mailserver.nix
|
|
./nextcloud.nix
|
|
./paste.nix
|
|
./prosody.nix
|
|
./vaultwarden.nix
|
|
];
|
|
}
|