mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added tmp dir back
This commit is contained in:
parent
4fd3e14640
commit
c359f738ab
1 changed files with 8 additions and 8 deletions
|
|
@ -43,14 +43,14 @@ in
|
|||
serviceCfg.ports.port2
|
||||
];
|
||||
|
||||
# fileSystems."/tmp" = {
|
||||
# device = "tmpfs";
|
||||
# fsType = "tmpfs";
|
||||
# options = [
|
||||
# "size=4G"
|
||||
# "mode=1777"
|
||||
# ];
|
||||
# };
|
||||
fileSystems."/tmp" = {
|
||||
device = "tmpfs";
|
||||
fsType = "tmpfs";
|
||||
options = [
|
||||
"size=4G"
|
||||
"mode=1777"
|
||||
];
|
||||
};
|
||||
|
||||
systemd = {
|
||||
network = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue