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:
parent
4054db2f35
commit
a5d95ac5fc
4 changed files with 44 additions and 44 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue