diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 04:24:17 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 04:24:17 +0200 |
commit | 951fc190e9c24bd426454849e2b3500229fdde33 (patch) | |
tree | 08e31303c0d0723efb81117f384c8e678ca1dc5e /ymir | |
parent | ee6301b54c5558f2b3182a4affec460b8f3451d4 (diff) | |
download | nixos-951fc190e9c24bd426454849e2b3500229fdde33.tar nixos-951fc190e9c24bd426454849e2b3500229fdde33.tar.gz nixos-951fc190e9c24bd426454849e2b3500229fdde33.tar.bz2 nixos-951fc190e9c24bd426454849e2b3500229fdde33.tar.xz nixos-951fc190e9c24bd426454849e2b3500229fdde33.zip |
factorio credentials
Diffstat (limited to 'ymir')
-rw-r--r-- | ymir/factorio.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix index 8fb6c44b..bc47be79 100644 --- a/ymir/factorio.nix +++ b/ymir/factorio.nix | |||
@@ -65,6 +65,8 @@ let | |||
65 | }; | 65 | }; |
66 | }; | 66 | }; |
67 | in { | 67 | in { |
68 | imports = [ ./factorio-credentials.nix ]; | ||
69 | |||
68 | services.factorio = { | 70 | services.factorio = { |
69 | enable = true; | 71 | enable = true; |
70 | saveName = config.networking.hostName; | 72 | saveName = config.networking.hostName; |