summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/matrix')
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/conduit.nix2
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/coturn.nix2
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/draupnir.nix1
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/matrix-appservice-discord.nix2
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/root.nix1
-rw-r--r--[-rwxr-xr-x]host/Rory-nginx/services/matrix/synapse.nix3
6 files changed, 4 insertions, 7 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix
index ab36263..3594244 100755..100644
--- a/host/Rory-nginx/services/matrix/conduit.nix
+++ b/host/Rory-nginx/services/matrix/conduit.nix
@@ -29,6 +29,6 @@
         Group = "root";
       };
     };
-  system.stateVersion = "22.11"; # DO NOT EDIT!
+
 }
 
diff --git a/host/Rory-nginx/services/matrix/coturn.nix b/host/Rory-nginx/services/matrix/coturn.nix
index 090f91d..427721a 100755..100644
--- a/host/Rory-nginx/services/matrix/coturn.nix
+++ b/host/Rory-nginx/services/matrix/coturn.nix
@@ -48,6 +48,6 @@
   #  turn_shared_secret = static-auth-secret;
   #  turn_user_lifetime = "1h";
   #};
-  system.stateVersion = "22.11"; # DO NOT EDIT!
+
 }
 
diff --git a/host/Rory-nginx/services/matrix/draupnir.nix b/host/Rory-nginx/services/matrix/draupnir.nix
index 9be989b..b5f5608 100755..100644
--- a/host/Rory-nginx/services/matrix/draupnir.nix
+++ b/host/Rory-nginx/services/matrix/draupnir.nix
@@ -42,6 +42,5 @@
     };
   };
 
-  system.stateVersion = "22.11"; # DO NOT EDIT!
 }
 
diff --git a/host/Rory-nginx/services/matrix/matrix-appservice-discord.nix b/host/Rory-nginx/services/matrix/matrix-appservice-discord.nix
index 3f2225f..8c31e10 100755..100644
--- a/host/Rory-nginx/services/matrix/matrix-appservice-discord.nix
+++ b/host/Rory-nginx/services/matrix/matrix-appservice-discord.nix
@@ -21,6 +21,6 @@
       };
     };
    };
-  system.stateVersion = "22.11"; # DO NOT EDIT!
+
 }
 
diff --git a/host/Rory-nginx/services/matrix/root.nix b/host/Rory-nginx/services/matrix/root.nix
index e9ce5c5..d624542 100755..100644
--- a/host/Rory-nginx/services/matrix/root.nix
+++ b/host/Rory-nginx/services/matrix/root.nix
@@ -10,5 +10,4 @@
       ./conduit.nix
     ];
 
-  system.stateVersion = "22.11"; # DO NOT EDIT!
 }
\ No newline at end of file
diff --git a/host/Rory-nginx/services/matrix/synapse.nix b/host/Rory-nginx/services/matrix/synapse.nix
index f9b746d..d41072e 100755..100644
--- a/host/Rory-nginx/services/matrix/synapse.nix
+++ b/host/Rory-nginx/services/matrix/synapse.nix
@@ -36,7 +36,6 @@
         };
       };
 
-
       # Alicia - figure this out later...
       #registration_shared_secret = builtins.exec ["cat" "/dev/urandom" "|" "tr" "-dc" "a-zA-Z0-9" "|" "fold" "-w" "256" "|" "head" "-n" "1"];
       registration_shared_secret_path = "/var/lib/matrix-synapse/registration_shared_secret.txt";
@@ -205,6 +204,6 @@
         WorkingDirectory = "/var/lib/matrix-synapse";
       };
     };
-  system.stateVersion = "22.11"; # DO NOT EDIT!
+
 }