From b1c5b420bc5be90c45f0ed34f3e4526c928cdce2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 16 Jul 2025 16:47:36 -0700 Subject: [PATCH] Add migration to enable firewall --- migrations/1752709610.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/1752709610.sh diff --git a/migrations/1752709610.sh b/migrations/1752709610.sh new file mode 100644 index 0000000..e220d58 --- /dev/null +++ b/migrations/1752709610.sh @@ -0,0 +1,2 @@ +echo "Enable ufw firewall" +source ~/.local/share/omarchy/install/firewall.sh