mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -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
|
serviceCfg.ports.port2
|
||||||
];
|
];
|
||||||
|
|
||||||
# fileSystems."/tmp" = {
|
fileSystems."/tmp" = {
|
||||||
# device = "tmpfs";
|
device = "tmpfs";
|
||||||
# fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
# options = [
|
options = [
|
||||||
# "size=4G"
|
"size=4G"
|
||||||
# "mode=1777"
|
"mode=1777"
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
network = {
|
network = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue