summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/pnp/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/pnp/config.nix')
-rw-r--r--makefu/1systems/pnp/config.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefu/1systems/pnp/config.nix b/makefu/1systems/pnp/config.nix
index 971676b7..cc6326f1 100644
--- a/makefu/1systems/pnp/config.nix
+++ b/makefu/1systems/pnp/config.nix
@@ -6,16 +6,16 @@
{
imports =
[
- ../.
- ../2configs/headless.nix
+ <stockholm/makefu>
+ <stockholm/makefu/2configs/headless.nix>
../../krebs/3modules/Reaktor.nix
# these will be overwritten by qemu-vm.nix but will be used if the system
# is directly deployed
<nixpkgs/nixos/modules/profiles/qemu-guest.nix>
- ../2configs/fs/vm-single-partition.nix
+ <stockholm/makefu/2configs/fs/vm-single-partition.nix>
- ../2configs/tinc/retiolum.nix
+ <stockholm/makefu/2configs/tinc/retiolum.nix>
# config.system.build.vm
(toString <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix>)