summary refs log tree commit diff
path: root/host/Rory-desktop/services
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-desktop/services')
-rw-r--r--host/Rory-desktop/services/libvirt.nix2
-rwxr-xr-xhost/Rory-desktop/services/nginx/hse.localhost.nix32
-rw-r--r--host/Rory-desktop/services/nginx/matrix.opensuse.localhost.nix32
-rwxr-xr-xhost/Rory-desktop/services/nginx/synapse.localhost.nix2
-rw-r--r--host/Rory-desktop/services/rabbitmq.nix2
-rw-r--r--host/Rory-desktop/services/steam.nix2
-rw-r--r--host/Rory-desktop/services/waydroid.nix2
7 files changed, 37 insertions, 37 deletions
diff --git a/host/Rory-desktop/services/libvirt.nix b/host/Rory-desktop/services/libvirt.nix

index 405a73d..0724f8c 100644 --- a/host/Rory-desktop/services/libvirt.nix +++ b/host/Rory-desktop/services/libvirt.nix
@@ -5,4 +5,4 @@ environment.systemPackages = with pkgs; [ virt-viewer ]; -} \ No newline at end of file +} diff --git a/host/Rory-desktop/services/nginx/hse.localhost.nix b/host/Rory-desktop/services/nginx/hse.localhost.nix
index 5812b02..c3c1731 100755 --- a/host/Rory-desktop/services/nginx/hse.localhost.nix +++ b/host/Rory-desktop/services/nginx/hse.localhost.nix
@@ -1,4 +1,4 @@ -{pkgs, ...}: +{ pkgs, ... }: { enableACME = false; addSSL = true; @@ -27,21 +27,21 @@ ''; }; -# locations."= /.well-known/matrix/server".extraConfig = '' -# more_set_headers 'Content-Type application/json'; -# more_set_headers 'Access-Control-Allow-Origin *'; -# return 200 '${builtins.toJSON { "m.server" = "hse.localhost:5298"; }}'; -# ''; -# locations."= /.well-known/matrix/client".extraConfig = '' -# more_set_headers 'Content-Type application/json'; -# more_set_headers 'Access-Control-Allow-Origin *'; -# return 200 '${ -# builtins.toJSON { -# "m.homeserver".base_url = "http://hse.localhost:5298"; -# "org.matrix.msc3575.proxy".url = "https://matrix.rory.gay"; -# } -# }'; -# ''; + # locations."= /.well-known/matrix/server".extraConfig = '' + # more_set_headers 'Content-Type application/json'; + # more_set_headers 'Access-Control-Allow-Origin *'; + # return 200 '${builtins.toJSON { "m.server" = "hse.localhost:5298"; }}'; + # ''; + # locations."= /.well-known/matrix/client".extraConfig = '' + # more_set_headers 'Content-Type application/json'; + # more_set_headers 'Access-Control-Allow-Origin *'; + # return 200 '${ + # builtins.toJSON { + # "m.homeserver".base_url = "http://hse.localhost:5298"; + # "org.matrix.msc3575.proxy".url = "https://matrix.rory.gay"; + # } + # }'; + # ''; locations."= /.well-known/matrix/support".extraConfig = '' more_set_headers 'Content-Type application/json'; more_set_headers 'Access-Control-Allow-Origin *'; diff --git a/host/Rory-desktop/services/nginx/matrix.opensuse.localhost.nix b/host/Rory-desktop/services/nginx/matrix.opensuse.localhost.nix
index 87287a4..8683a13 100644 --- a/host/Rory-desktop/services/nginx/matrix.opensuse.localhost.nix +++ b/host/Rory-desktop/services/nginx/matrix.opensuse.localhost.nix
@@ -1,4 +1,4 @@ -{pkgs, ...}: +{ pkgs, ... }: { enableACME = false; addSSL = true; @@ -27,21 +27,21 @@ ''; }; -# locations."= /.well-known/matrix/server".extraConfig = '' -# more_set_headers 'Content-Type application/json'; -# more_set_headers 'Access-Control-Allow-Origin *'; -# return 200 '${builtins.toJSON { "m.server" = "hse.localhost:5298"; }}'; -# ''; -# locations."= /.well-known/matrix/client".extraConfig = '' -# more_set_headers 'Content-Type application/json'; -# more_set_headers 'Access-Control-Allow-Origin *'; -# return 200 '${ -# builtins.toJSON { -# "m.homeserver".base_url = "http://hse.localhost:5298"; -# "org.matrix.msc3575.proxy".url = "https://matrix.rory.gay"; -# } -# }'; -# ''; + # locations."= /.well-known/matrix/server".extraConfig = '' + # more_set_headers 'Content-Type application/json'; + # more_set_headers 'Access-Control-Allow-Origin *'; + # return 200 '${builtins.toJSON { "m.server" = "hse.localhost:5298"; }}'; + # ''; + # locations."= /.well-known/matrix/client".extraConfig = '' + # more_set_headers 'Content-Type application/json'; + # more_set_headers 'Access-Control-Allow-Origin *'; + # return 200 '${ + # builtins.toJSON { + # "m.homeserver".base_url = "http://hse.localhost:5298"; + # "org.matrix.msc3575.proxy".url = "https://matrix.rory.gay"; + # } + # }'; + # ''; locations."= /.well-known/matrix/support".extraConfig = '' more_set_headers 'Content-Type application/json'; more_set_headers 'Access-Control-Allow-Origin *'; diff --git a/host/Rory-desktop/services/nginx/synapse.localhost.nix b/host/Rory-desktop/services/nginx/synapse.localhost.nix
index 9f89678..766d66f 100755 --- a/host/Rory-desktop/services/nginx/synapse.localhost.nix +++ b/host/Rory-desktop/services/nginx/synapse.localhost.nix
@@ -1,4 +1,4 @@ -{ pkgs }: +{ pkgs }: { enableACME = false; addSSL = true; diff --git a/host/Rory-desktop/services/rabbitmq.nix b/host/Rory-desktop/services/rabbitmq.nix
index f786a70..e92eccd 100644 --- a/host/Rory-desktop/services/rabbitmq.nix +++ b/host/Rory-desktop/services/rabbitmq.nix
@@ -3,4 +3,4 @@ services.rabbitmq = { enable = true; }; -} \ No newline at end of file +} diff --git a/host/Rory-desktop/services/steam.nix b/host/Rory-desktop/services/steam.nix
index a01b46e..2141244 100644 --- a/host/Rory-desktop/services/steam.nix +++ b/host/Rory-desktop/services/steam.nix
@@ -8,4 +8,4 @@ proton-ge-bin ]; }; -} \ No newline at end of file +} diff --git a/host/Rory-desktop/services/waydroid.nix b/host/Rory-desktop/services/waydroid.nix
index 45a90ea..feb47b6 100644 --- a/host/Rory-desktop/services/waydroid.nix +++ b/host/Rory-desktop/services/waydroid.nix
@@ -1,4 +1,4 @@ { ... }: { virtualisation.waydroid.enable = true; -} \ No newline at end of file +}