summary refs log tree commit diff
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorolaf <olaf@klingt.org>2022-07-28 16:56:07 +0200
committerolaf <olaf@klingt.org>2022-08-05 13:13:24 +0200
commit5a6853b3bfb741303a956363a4b80cd20332628b (patch)
tree4708d13e050c219e21d46246894fca2a16a1a378 /nixos/modules/services/games
parent6f73b0ca7225f532879c8d6b13d8cdebf143eeb3 (diff)
downloadnixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.tar
nixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.tar.gz
nixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.tar.bz2
nixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.tar.lz
nixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.tar.xz
nixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.tar.zst
nixpkgs-5a6853b3bfb741303a956363a4b80cd20332628b.zip
use consistently user alice for examples
Diffstat (limited to 'nixos/modules/services/games')
-rw-r--r--nixos/modules/services/games/crossfire-server.nix2
-rw-r--r--nixos/modules/services/games/deliantra-server.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/games/crossfire-server.nix b/nixos/modules/services/games/crossfire-server.nix
index 4b9813245fb..a0dc1e6c564 100644
--- a/nixos/modules/services/games/crossfire-server.nix
+++ b/nixos/modules/services/games/crossfire-server.nix
@@ -76,7 +76,7 @@ in {
         {
           dm_file = '''
             admin:secret_password:localhost
-            jane:xyzzy:*
+            alice:xyzzy:*
           ''';
           ban_file = '''
             # Bob is a jerk
diff --git a/nixos/modules/services/games/deliantra-server.nix b/nixos/modules/services/games/deliantra-server.nix
index 1a061860124..17bdf2aef77 100644
--- a/nixos/modules/services/games/deliantra-server.nix
+++ b/nixos/modules/services/games/deliantra-server.nix
@@ -73,7 +73,7 @@ in {
         {
           dm_file = '''
             admin:secret_password:localhost
-            jane:xyzzy:*
+            alice:xyzzy:*
           ''';
           motd = "Welcome to Deliantra!";
           settings = '''