diff --git a/morph/grid/local/users.nix b/morph/grid/local/secrets/users.nix
similarity index 67%
rename from morph/grid/local/users.nix
rename to morph/grid/local/secrets/users.nix
index 120e986dbdc2677647217ee24f05c95c223a5e50..0f046981d3c91f9560aaa31cfeffc056ab7e8392 100644
--- a/morph/grid/local/users.nix
+++ b/morph/grid/local/secrets/users.nix
@@ -1,2 +1,2 @@
 let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la";
-in { "root" = key; "flo" = key; "vagrant" = key; }
+in { "root" = key; "vagrant" = key; }
diff --git a/morph/grid/production/users.nix b/morph/grid/production/users.nix
deleted file mode 100644
index d3520076636b56c0b07055a135becaf6a77b798f..0000000000000000000000000000000000000000
--- a/morph/grid/production/users.nix
+++ /dev/null
@@ -1,2 +0,0 @@
-let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom";
-in { "root" = key; jcalderone = key; }
diff --git a/morph/grid/testing/users.nix b/morph/grid/testing/users.nix
deleted file mode 100644
index d3520076636b56c0b07055a135becaf6a77b798f..0000000000000000000000000000000000000000
--- a/morph/grid/testing/users.nix
+++ /dev/null
@@ -1,2 +0,0 @@
-let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGN4VQm3BIQKEFTw6aPrEwNuShf640N+Py2LOKznFCRT exarkun@bottom";
-in { "root" = key; jcalderone = key; }