diff options
author | makefu <github@syntax-fehler.de> | 2017-07-15 19:01:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-15 22:29:14 +0200 |
commit | 7704f80890c75f65c2906ecc17cdd89761d308ad (patch) | |
tree | febe3c92e7eb672767f7162f175b2d94fe51c2e7 /makefu/1systems/pnp | |
parent | fa38155eec9563dc9dc620a77900d87b97443cfe (diff) |
ma: replace path to 2configs, init source.nix
Diffstat (limited to 'makefu/1systems/pnp')
-rw-r--r-- | makefu/1systems/pnp/config.nix | 8 | ||||
-rw-r--r-- | makefu/1systems/pnp/source.nix | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/makefu/1systems/pnp/config.nix b/makefu/1systems/pnp/config.nix index 971676b79..cc6326f19 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>) diff --git a/makefu/1systems/pnp/source.nix b/makefu/1systems/pnp/source.nix new file mode 100644 index 000000000..0b630aa3b --- /dev/null +++ b/makefu/1systems/pnp/source.nix @@ -0,0 +1,3 @@ +import <stockholm/makefu/source.nix> { + name="pnp"; +} |