about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2023-10-22 08:08:11 -0400
committerGitHub <noreply@github.com>2023-10-22 08:08:11 -0400
commita662970807f39915ced83824d5b40b3cb3a2ec8f (patch)
tree63d4a841dc76271f00297fe43b7a3866f67c0cd8 /nixos/modules/system
parent03ed4abc345e78320d74da3208ba38f6f5243edb (diff)
parent26c4e35cea6ffdc21ab297c3d42e67eea87736f6 (diff)
downloadnixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.tar
nixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.tar.gz
nixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.tar.bz2
nixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.tar.lz
nixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.tar.xz
nixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.tar.zst
nixlib-a662970807f39915ced83824d5b40b3cb3a2ec8f.zip
Merge pull request #262167 from jakubgs/systemd/fix-autofs-config
systemd: rename required AUTOFS4_FS to AUTOFS_FS
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix
index 8e38072b4c6d..68a8c1f37ed5 100644
--- a/nixos/modules/system/boot/systemd.nix
+++ b/nixos/modules/system/boot/systemd.nix
@@ -575,7 +575,7 @@ in
     system.requiredKernelConfig = map config.lib.kernelConfig.isEnabled
       [ "DEVTMPFS" "CGROUPS" "INOTIFY_USER" "SIGNALFD" "TIMERFD" "EPOLL" "NET"
         "SYSFS" "PROC_FS" "FHANDLE" "CRYPTO_USER_API_HASH" "CRYPTO_HMAC"
-        "CRYPTO_SHA256" "DMIID" "AUTOFS4_FS" "TMPFS_POSIX_ACL"
+        "CRYPTO_SHA256" "DMIID" "AUTOFS_FS" "TMPFS_POSIX_ACL"
         "TMPFS_XATTR" "SECCOMP"
       ];