summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/tsp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-15 19:01:02 +0200
committermakefu <github@syntax-fehler.de>2017-07-15 22:29:14 +0200
commit7704f80890c75f65c2906ecc17cdd89761d308ad (patch)
treefebe3c92e7eb672767f7162f175b2d94fe51c2e7 /makefu/1systems/tsp
parentfa38155eec9563dc9dc620a77900d87b97443cfe (diff)
ma: replace path to 2configs, init source.nix
Diffstat (limited to 'makefu/1systems/tsp')
-rw-r--r--makefu/1systems/tsp/config.nix18
-rw-r--r--makefu/1systems/tsp/source.nix3
2 files changed, 12 insertions, 9 deletions
diff --git a/makefu/1systems/tsp/config.nix b/makefu/1systems/tsp/config.nix
index 25fc2b49..7169638d 100644
--- a/makefu/1systems/tsp/config.nix
+++ b/makefu/1systems/tsp/config.nix
@@ -6,18 +6,18 @@
{
imports =
[ # Include the results of the hardware scan.
- ../.
- ../2configs/gui/base.nix
- ../2configs/fs/sda-crypto-root.nix
+ <stockholm/makefu>
+ <stockholm/makefu/2configs/gui/base.nix>
+ <stockholm/makefu/2configs/fs/sda-crypto-root.nix>
# hardware specifics are in here
- ../2configs/hw/tp-x200.nix #< imports tp-x2x0.nix
+ <stockholm/makefu/2configs/hw/tp-x200.nix #< imports tp-x2x0.nix>
- ../2configs/disable_v6.nix
- ../2configs/rad1o.nix
+ <stockholm/makefu/2configs/disable_v6.nix>
+ <stockholm/makefu/2configs/rad1o.nix>
- ../2configs/zsh-user.nix
- ../2configs/exim-retiolum.nix
- ../2configs/tinc/retiolum.nix
+ <stockholm/makefu/2configs/zsh-user.nix>
+ <stockholm/makefu/2configs/exim-retiolum.nix>
+ <stockholm/makefu/2configs/tinc/retiolum.nix>
];
# not working in vm
krebs.build.host = config.krebs.hosts.tsp;
diff --git a/makefu/1systems/tsp/source.nix b/makefu/1systems/tsp/source.nix
new file mode 100644
index 00000000..79f6a435
--- /dev/null
+++ b/makefu/1systems/tsp/source.nix
@@ -0,0 +1,3 @@
+import <stockholm/makefu/source.nix> {
+ name="tsp";
+}