From ac71e0de024eb20bc3ff5e8edb8cbcdea09308ef Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Fri, 6 Mar 2020 14:55:01 +1000 Subject: [PATCH] Updated source path --- roles/jormungandr.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jormungandr.nix b/roles/jormungandr.nix index 2fc1eca..3ce77fa 100644 --- a/roles/jormungandr.nix +++ b/roles/jormungandr.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: { - imports = [ /home/craige/iohk/jormungandr-nix/nixos/jormungandr.nix ]; + imports = [ /home/craige/source/IOHK/jormungandr-nix/nixos/jormungandr.nix ]; services = { jormungandr = { enable = true;