diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-24 07:22:21 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-27 08:14:06 +0530 |
commit | 565225847ebf54aa57722271dd83d99954a55076 (patch) | |
tree | 4b0bdeaff2907a783e3081ad2658a49c64ec5537 /common.nix | |
parent | a74e008263afe2a3a71a4cf5b76ca71e62ae3b21 (diff) |
modules/matrix-sliding-sync: init dendrite
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,11 +8,15 @@ let host = config.networking.hostName; in { - disabledModules = [ "services/networking/pppd.nix" ]; + disabledModules = [ + "services/networking/pppd.nix" + "services/matrix/matrix-sliding-sync.nix" + ]; imports = [ ./modules/userdata.nix ./modules/dev.nix ./modules/pppd.nix + ./modules/matrix-sliding-sync.nix ]; # boot |