summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/pornocauster.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/pornocauster.nix')
-rw-r--r--makefu/1systems/pornocauster.nix16
1 files changed, 10 insertions, 6 deletions
diff --git a/makefu/1systems/pornocauster.nix b/makefu/1systems/pornocauster.nix
index 1e2c3125..4dcfe4ec 100644
--- a/makefu/1systems/pornocauster.nix
+++ b/makefu/1systems/pornocauster.nix
@@ -13,9 +13,7 @@
../2configs/tinc-basic-retiolum.nix
#../2configs/disable_v6.nix
- #../2configs/sda-crypto-root.nix
- ../2configs/sda-crypto-root-home.nix
-
+ # environment
../2configs/zsh-user.nix
# applications
@@ -23,16 +21,22 @@
../2configs/virtualization.nix
../2configs/wwan.nix
- ../2configs/Reaktor/simpleExtend.nix
+ # services
+ ../2configs/git/brain-retiolum.nix
+ # ../2configs/Reaktor/simpleExtend.nix
# hardware specifics are in here
- ../2configs/tp-x220.nix
+ ../2configs/hw/tp-x220.nix
+ # mount points
+ ../2configs/fs/sda-crypto-root-home.nix
];
krebs.build.host = config.krebs.hosts.pornocauster;
krebs.build.user = config.krebs.users.makefu;
krebs.build.target = "root@pornocauster";
+ #krebs.Reaktor.nickname = "makefu|r";
+
networking.firewall.allowedTCPPorts = [
25
];
@@ -41,7 +45,7 @@
nixpkgs = {
url = https://github.com/NixOS/nixpkgs;
#url = https://github.com/makefu/nixpkgs;
- rev = "13576925552b1d0751498fdda22e91a055a1ff6c";
+ rev = "03921972268934d900cc32dad253ff383926771c";
};
};
}