summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-09-24 10:58:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-09-24 10:58:09 +0200
commit8f6f80f98eca42c980861beb4e008a2e64416c65 (patch)
tree38c2e2090b0039888dc5a17eff9610bb393ca1b9 /system-profiles
parent801594dd2168c6d99b34de0bc26ec037aa91ebee (diff)
downloadnixos-8f6f80f98eca42c980861beb4e008a2e64416c65.tar
nixos-8f6f80f98eca42c980861beb4e008a2e64416c65.tar.gz
nixos-8f6f80f98eca42c980861beb4e008a2e64416c65.tar.bz2
nixos-8f6f80f98eca42c980861beb4e008a2e64416c65.tar.xz
nixos-8f6f80f98eca42c980861beb4e008a2e64416c65.zip
...
Diffstat (limited to 'system-profiles')
-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