feat: added tmp dir back

This commit is contained in:
Nick 2025-11-24 19:52:36 -06:00
parent 4fd3e14640
commit c359f738ab

View file

@ -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 = {