summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-10-10 21:45:13 +0200
committerRory& <root@rory.gay>2024-10-10 21:45:39 +0200
commit020a5571a26294ef3e456ce8f3bbf5c3201de85d (patch)
tree11ab79b215414bc16aa6b7c7cc9e2a27d6b63043 /host
parentServer update (diff)
downloadRory-Open-Architecture-020a5571a26294ef3e456ce8f3bbf5c3201de85d.tar.xz
Small updates, fix grapevine
Diffstat (limited to 'host')
-rw-r--r--host/Rory-desktop/configuration.nix5
-rwxr-xr-xhost/Rory-nginx/services/matrix/grapevine.nix3
2 files changed, 5 insertions, 3 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix

index dae5f44..654b245 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix
@@ -24,7 +24,7 @@ args@{ ./optional/gui/x11.nix ./optional/gui/wayland.nix - #./printing.nix + ./printing.nix #./ollama.nix ]; @@ -121,6 +121,8 @@ args@{ }; environment.systemPackages = with pkgs; [ + eog + mpv libreoffice qt6.qtwayland @@ -273,6 +275,7 @@ args@{ }; networking.hosts."127.0.0.1" = builtins.attrNames config.services.nginx.virtualHosts; + services.gvfs.enable = true; system.stateVersion = "22.11"; # DO NOT EDIT! } diff --git a/host/Rory-nginx/services/matrix/grapevine.nix b/host/Rory-nginx/services/matrix/grapevine.nix
index 0f0006b..2214ab4 100755 --- a/host/Rory-nginx/services/matrix/grapevine.nix +++ b/host/Rory-nginx/services/matrix/grapevine.nix
@@ -15,12 +15,11 @@ port = 6167; } ]; + server_discovery.client.base_url = "https://conduit.rory.gay"; # This is required for some reason database = { backend = "rocksdb"; }; - - allow_check_for_updates = false; allow_registration = false; #log = "info";