summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ullr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ullr.nix b/ullr.nix
index 923b8640..f5abdc64 100644
--- a/ullr.nix
+++ b/ullr.nix
@@ -78,7 +78,7 @@
78 game-name = "Ullr"; 78 game-name = "Ullr";
79 public = true; 79 public = true;
80 username = "ndxsbvrt"; 80 username = "ndxsbvrt";
81 token = bulitins.readFile /etc/factorio-token; 81 token = builtins.readFile /etc/factorio-token;
82 extraSettings = { 82 extraSettings = {
83 admins = ["ndxsbvrt" "BoeseMilch"]; 83 admins = ["ndxsbvrt" "BoeseMilch"];
84 only_admins_can_pause_the_game = false; 84 only_admins_can_pause_the_game = false;