Removed old conduwuit reference

This commit is contained in:
Aleksandr Lebedev 2025-04-17 11:48:43 +02:00
parent 7a67e7f9f3
commit e46ae02037

View file

@ -9,7 +9,6 @@
...
}: {
imports = [
"${inputs.nixpkgs-unstable}/nixos/modules/services/matrix/conduwuit.nix"
../../hardware/nvidia
../../modules/hyprland
@ -25,8 +24,6 @@
../../users/tania
];
options.services.conduwuit.settings.global.database_path = lib.mkOption { apply = old: "/persist/conduwuit/";};
config = {
sops.secrets."ssh_keys/${hwconfig.hostname}" = {};
environment.systemPackages = with pkgs; [
blender
@ -105,5 +102,4 @@ config = {
};
systemd.network.wait-online.enable = lib.mkForce false;
};
}