summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--machines.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/machines.nix b/machines.nix
index 942d261..2e6d191 100644
--- a/machines.nix
+++ b/machines.nix
@@ -10,8 +10,6 @@
"109-199-104-83" = {
hostname = "109-199-104-83";
system = "x86_64-linux";
- users = [
- "mtgmonkey"
- ];
+ users = [];
};
}