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