summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 119e0d1..739c067 100644
--- a/flake.nix
+++ b/flake.nix
@@ -100,8 +100,8 @@
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = coreModules ++ deviceMgmtModules ++ [
- { config.facter.reportPath = ./node/backup.jras.nl/facter.json; }
- ./node/backup.jras.nl
+ { config.facter.reportPath = ./nodes/backup.jras.nl/facter.json; }
+ ./nodes/backup.jras.nl
];
};
};