summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system-profiles/tmpfs-root.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
1{ options, lib, ... }: { 1{ options, lib, ... }: {
2 config = foldr recursiveUpdate {} ([ 2 config = lib.foldr lib.recursiveUpdate {} ([
3 { 3 {
4 security.sudo.extraConfig = '' 4 security.sudo.extraConfig = ''
5 Defaults lecture = never 5 Defaults lecture = never