From 0803648cdb8f56568c2de1eaabeb9862e0d24a1e Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 19 May 2025 19:56:50 +0200 Subject: [PATCH] fix(dns): fix tmpfs enable --- systems/x86_64-linux/dns/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/dns/default.nix b/systems/x86_64-linux/dns/default.nix index cc31b8e..b53c7e8 100644 --- a/systems/x86_64-linux/dns/default.nix +++ b/systems/x86_64-linux/dns/default.nix @@ -40,7 +40,7 @@ with lib.${namespace}; nh = enabled; }; - system.tmpfs = true; + system.tmpfs = enabled; }; environment.systemPackages = with pkgs; [