summaryrefslogtreecommitdiffstats
path: root/makefu/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-07 12:53:38 +0200
committermakefu <github@syntax-fehler.de>2015-08-07 12:53:38 +0200
commitfad2a76defb18108a271633392344dbb49bb769b (patch)
treeefbffbfa289917b6480536b1a0eef5b2aa216a8f /makefu/1systems
parent4d460eb95f398797df4d502be496a79481bdd809 (diff)
begin customization of gui
Diffstat (limited to 'makefu/1systems')
-rw-r--r--makefu/1systems/tsp.nix19
1 files changed, 3 insertions, 16 deletions
diff --git a/makefu/1systems/tsp.nix b/makefu/1systems/tsp.nix
index 3979b70b..da7466d7 100644
--- a/makefu/1systems/tsp.nix
+++ b/makefu/1systems/tsp.nix
@@ -9,8 +9,10 @@
[ # Include the results of the hardware scan.
../2configs/base.nix
../2configs/base-gui.nix
- ../2configs/tp-x200.nix
+ ../2configs/tinc-basic-retiolum.nix
../2configs/sda-crypto-root.nix
+ # hardware specifics are in here
+ ../2configs/tp-x200.nix
];
# not working in vm
krebs.build.host = config.krebs.hosts.tsp;
@@ -26,24 +28,9 @@
};
};
- krebs.retiolum = {
- enable = true;
- hosts = ../../Zhosts;
- connectTo = [
- "gum"
- "pigstarter"
- "fastpoke"
- ];
- };
-
- # hardware specifics
-
-
networking.firewall.rejectPackets = true;
networking.firewall.allowPing = true;
-
- # $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [
vim
jq