Removed old conduwuit reference
This commit is contained in:
parent
7a67e7f9f3
commit
e46ae02037
1 changed files with 0 additions and 4 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
"${inputs.nixpkgs-unstable}/nixos/modules/services/matrix/conduwuit.nix"
|
|
||||||
../../hardware/nvidia
|
../../hardware/nvidia
|
||||||
|
|
||||||
../../modules/hyprland
|
../../modules/hyprland
|
||||||
|
|
@ -25,8 +24,6 @@
|
||||||
|
|
||||||
../../users/tania
|
../../users/tania
|
||||||
];
|
];
|
||||||
options.services.conduwuit.settings.global.database_path = lib.mkOption { apply = old: "/persist/conduwuit/";};
|
|
||||||
config = {
|
|
||||||
sops.secrets."ssh_keys/${hwconfig.hostname}" = {};
|
sops.secrets."ssh_keys/${hwconfig.hostname}" = {};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
blender
|
blender
|
||||||
|
|
@ -105,5 +102,4 @@ config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.network.wait-online.enable = lib.mkForce false;
|
systemd.network.wait-online.enable = lib.mkForce false;
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue