mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
nix: flatten nixosModule implementation
This commit is contained in:
parent
59ab652d82
commit
e1c2e28442
15 changed files with 0 additions and 0 deletions
11
nix/nixosModules/common/tmp-tmpfs.nix
Normal file
11
nix/nixosModules/common/tmp-tmpfs.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
|
||||
fileSystems."/tmp" = {
|
||||
fsType = "tmpfs";
|
||||
options = [
|
||||
"defaults"
|
||||
"size=4G"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue