diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-01-02 06:49:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-01-02 06:49:28 +0530 |
commit | c8a3e45ae7c99cf20168df4d1cf5ff45e3eedaa3 (patch) | |
tree | 25d8a8b22e528f1a55448eb786c65758406cd0bd /common.nix | |
parent | 317a0d1d6eaa48ffef7a9e4969e7c67e68cdeb15 (diff) |
modules/matrix_sliding_sync: drop upstreamed changes
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,14 +10,12 @@ in { disabledModules = [ "services/networking/pppd.nix" - "services/matrix/matrix-sliding-sync.nix" "tasks/network-interfaces-scripted.nix" ]; imports = [ ./modules/userdata.nix ./modules/dev.nix ./modules/pppd.nix - ./modules/matrix-sliding-sync.nix ./modules/network-interfaces-scripted.nix ]; |