From 08577b81cdd158d6836c4938490c7fd2eb73d6ac Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 30 May 2024 17:57:54 +0200 Subject: [PATCH] x: do not build on tmpfs --- machines/x/config.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/machines/x/config.nix b/machines/x/config.nix index d456a72..bf47593 100644 --- a/machines/x/config.nix +++ b/machines/x/config.nix @@ -6,6 +6,9 @@ # ./x230 ./x13 + # do not build in tmpfs + { systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";} + ../../2configs/networking/zerotier.nix ../../2configs/default.nix ## Common Hardware Components @@ -153,8 +156,8 @@ # ../../2configs/exim-retiolum.nix ../../2configs/mail-client.nix ../../2configs/printer.nix - # ../../2configs/syncthing.nix - # ../../2configs/sync + ../../2configs/sync + ../../2configs/sync/share/x.nix # Virtualization # ../../2configs/virtualisation/libvirt.nix