Sovran_SystemsOS/modules/modules.nix

16 lines
244 B
Nix
Raw Normal View History

2023-06-01 05:47:05 -07:00
{ config, pkgs, lib, ... }:
{
imports = [
2023-06-01 05:47:05 -07:00
./synapse.nix
./coturn.nix
./bitcoinecosystem.nix
./vaultwarden.nix
2023-06-16 13:23:02 -07:00
./onlyoffice.nix
2023-06-21 14:19:13 -07:00
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
/etc/nixos/hardware-configuration.nix
2023-06-01 05:47:05 -07:00
];
}