From 8f6f80f98eca42c980861beb4e008a2e64416c65 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 24 Sep 2026 10:58:09 +0200 Subject: ... --- system-profiles/tmpfs-root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system-profiles/tmpfs-root.nix') diff --git a/system-profiles/tmpfs-root.nix b/system-profiles/tmpfs-root.nix index 3b4eb9a7..5a04a166 100644 --- a/system-profiles/tmpfs-root.nix +++ b/system-profiles/tmpfs-root.nix @@ -1,5 +1,5 @@ { options, lib, ... }: { - config = foldr recursiveUpdate {} ([ + config = lib.foldr lib.recursiveUpdate {} ([ { security.sudo.extraConfig = '' Defaults lecture = never -- cgit v1.2.3