0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/tmp: move /tmp options under boot.tmp

This commit is contained in:
Sandro Jäckel 2022-12-04 21:44:47 +01:00
parent 4054db2f35
commit a5d95ac5fc
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
4 changed files with 44 additions and 44 deletions

View file

@ -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.