summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-09-23 23:51:00 +0200
committermakefu <github@syntax-fehler.de>2022-09-23 23:51:00 +0200
commit3629e30f11f048e727c4c1d0b81a7c4ebde7f5e7 (patch)
tree096aa7d0e597e8112d80c1bf92d8133d71529b98
parent9df7139eadd1c24b79829265bddc546261f647e3 (diff)
ma omo: enable unstable, disable hetzner-client
-rw-r--r--makefu/1systems/omo/config.nix1
-rw-r--r--makefu/1systems/omo/source.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/makefu/1systems/omo/config.nix b/makefu/1systems/omo/config.nix
index ee29c03d..3ff1d023 100644
--- a/makefu/1systems/omo/config.nix
+++ b/makefu/1systems/omo/config.nix
@@ -53,7 +53,6 @@ in {
<stockholm/makefu/2configs/share>
<stockholm/makefu/2configs/share/omo.nix>
<stockholm/makefu/2configs/share/gum-client.nix>
- <stockholm/makefu/2configs/share/hetzner-client.nix>
<stockholm/makefu/2configs/sync>
<stockholm/makefu/2configs/dcpp/airdcpp.nix>
{ krebs.airdcpp.dcpp.shares = let
diff --git a/makefu/1systems/omo/source.nix b/makefu/1systems/omo/source.nix
index af508fbd..b56e855f 100644
--- a/makefu/1systems/omo/source.nix
+++ b/makefu/1systems/omo/source.nix
@@ -1,6 +1,6 @@
{
name="omo";
torrent = true;
- #unstable = true;
+ unstable = true;
home-manager = true;
}