diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 03:41:31 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 03:41:31 +0200 |
commit | f383d7621b6dae8c5c60efbf3c033a469b67c021 (patch) | |
tree | 2c8643d2e5c20b842e0b198b335c330565bc1c1c | |
parent | 93cb40a3a1c2687f5e9472fe104c2f95ac43ca1f (diff) | |
download | nixos-f383d7621b6dae8c5c60efbf3c033a469b67c021.tar nixos-f383d7621b6dae8c5c60efbf3c033a469b67c021.tar.gz nixos-f383d7621b6dae8c5c60efbf3c033a469b67c021.tar.bz2 nixos-f383d7621b6dae8c5c60efbf3c033a469b67c021.tar.xz nixos-f383d7621b6dae8c5c60efbf3c033a469b67c021.zip |
typo
-rw-r--r-- | ymir/factorio.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix index 75042762..576b0f6f 100644 --- a/ymir/factorio.nix +++ b/ymir/factorio.nix | |||
@@ -66,7 +66,7 @@ let | |||
66 | in { | 66 | in { |
67 | services.factorio = { | 67 | services.factorio = { |
68 | enable = true; | 68 | enable = true; |
69 | saveName = config.network.hostname; | 69 | saveName = config.networking.hostName; |
70 | mods = with availableMods; [ | 70 | mods = with availableMods; [ |
71 | autofill | 71 | autofill |
72 | EvoGUI | 72 | EvoGUI |