diff --git a/lass/2configs/radio/controls.html b/lass/2configs/radio/controls.html
new file mode 100644
index 000000000..858dc3656
--- /dev/null
+++ b/lass/2configs/radio/controls.html
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+ The_Playlist Voting!
+
+
+
+
+
+
+
+
+
+
+ Currently Running:
+
+
+
+
+
+
+
+
+
+
diff --git a/lass/2configs/radio/default.nix b/lass/2configs/radio/default.nix
index 34115f56a..a1e220cdb 100644
--- a/lass/2configs/radio/default.nix
+++ b/lass/2configs/radio/default.nix
@@ -384,86 +384,7 @@ in {
'';
locations."= /controls".extraConfig = ''
default_type "text/html";
- alias ${pkgs.writeText "controls.html" ''
-
-
-
-
-
-
-
- The_Playlist Voting!
-
-
-
-
-
-
-
-
-
-
- Currently Running:
-
-
-
-
-
-
-
-
-
-
- ''};
+ alias ${./controls.html};
'';
extraConfig = ''
add_header 'Access-Control-Allow-Origin' '*';