summary refs log tree commit diff
path: root/nixos/modules/installer/tools
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-12-04 21:44:47 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-03-19 18:49:37 +0100
commita5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4 (patch)
tree7636815d715b1e62aa317c02ce1aaff8c9f94e3c /nixos/modules/installer/tools
parent4054db2f358c69b7051568e48076c78453d3f248 (diff)
downloadnixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.tar
nixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.tar.gz
nixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.tar.bz2
nixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.tar.lz
nixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.tar.xz
nixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.tar.zst
nixpkgs-a5d95ac5fca37482f55feb0870c9ed6b1b9bb4b4.zip
nixos/tmp: move /tmp options under boot.tmp
Diffstat (limited to 'nixos/modules/installer/tools')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index db530533e42..c719cf49dca 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -473,7 +473,7 @@ EOF
     }
 
     # Don't emit tmpfs entry for /tmp, because it most likely comes from the
-    # boot.tmpOnTmpfs option in configuration.nix (managed declaratively).
+    # boot.tmp.useTmpfs option in configuration.nix (managed declaratively).
     next if ($mountPoint eq "/tmp" && $fsType eq "tmpfs");
 
     # Emit the filesystem.