mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: move tmp-tmpfs into extra modules
This commit is contained in:
parent
73a261f448
commit
3728c76d12
2 changed files with 1 additions and 0 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
|
||||
fileSystems."/tmp" = {
|
||||
fsType = "tmpfs";
|
||||
options = [
|
||||
"defaults"
|
||||
"size=4G"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue