summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-13 04:24:38 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-13 04:24:38 +0200
commit24600399723d46a6791dbd6251632f2d33e0e24b (patch)
tree887093d733f32f79d94bda0787b40a85e22fef7c
parent951fc190e9c24bd426454849e2b3500229fdde33 (diff)
downloadnixos-24600399723d46a6791dbd6251632f2d33e0e24b.tar
nixos-24600399723d46a6791dbd6251632f2d33e0e24b.tar.gz
nixos-24600399723d46a6791dbd6251632f2d33e0e24b.tar.bz2
nixos-24600399723d46a6791dbd6251632f2d33e0e24b.tar.xz
nixos-24600399723d46a6791dbd6251632f2d33e0e24b.zip
correct path
-rw-r--r--ymir/factorio.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix
index bc47be79..553dca37 100644
--- a/ymir/factorio.nix
+++ b/ymir/factorio.nix
@@ -65,7 +65,7 @@ let
65 }; 65 };
66 }; 66 };
67in { 67in {
68 imports = [ ./factorio-credentials.nix ]; 68 imports = [ ../factorio-credentials.nix ];
69 69
70 services.factorio = { 70 services.factorio = {
71 enable = true; 71 enable = true;