summaryrefslogtreecommitdiffstats
path: root/1systems/gum
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-11-05 13:50:22 +0100
committermakefu <github@syntax-fehler.de>2018-11-05 13:50:22 +0100
commit65c665753d25f6a1375cd270f4fe0040abeaa0dd (patch)
treef10228d35fcfb4c9c23905e0e65e5a9ec6c214e9 /1systems/gum
parent01ce6eda72d35bf634b13d3f85448db3934603bd (diff)
ma gum: prepare replacement by nextgum
Diffstat (limited to '1systems/gum')
-rw-r--r--1systems/gum/config.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/1systems/gum/config.nix b/1systems/gum/config.nix
index 75b0680b2..af2e6f6b0 100644
--- a/1systems/gum/config.nix
+++ b/1systems/gum/config.nix
@@ -8,18 +8,6 @@ in {
imports = [
<stockholm/makefu>
./hardware-config.nix
- {
- users.users.lass = {
- uid = 9002;
- isNormalUser = true;
- createHome = true;
- useDefaultShell = true;
- openssh.authorizedKeys.keys = with config.krebs.users; [
- lass.pubkey
- makefu.pubkey
- ];
- };
- }
<stockholm/makefu/2configs/headless.nix>
# <stockholm/makefu/2configs/smart-monitor.nix>
@@ -73,16 +61,6 @@ in {
# <stockholm/makefu/2configs/deployment/boot-euer.nix>
# <stockholm/makefu/2configs/deployment/bgt/hidden_service.nix>
- {
- services.taskserver.enable = true;
- services.taskserver.fqdn = config.krebs.build.host.name;
- services.taskserver.listenHost = "::";
- services.taskserver.organisations.home.users = [ "makefu" ];
- networking.firewall.extraCommands = ''
- iptables -A INPUT -i retiolum -p tcp --dport 53589 -j ACCEPT
- ip6tables -A INPUT -i retiolum -p tcp --dport 53589 -j ACCEPT
- '';
- }
# <stockholm/makefu/2configs/ipfs.nix>
# <stockholm/makefu/2configs/syncthing.nix>
@@ -110,7 +88,6 @@ in {
# locations."/".proxyPass = "http://localhost:5000";
# };
#}
- <stockholm/makefu/2configs/wireguard/server.nix>
];
makefu.dl-dir = "/var/download";