From ee08b8c4ac538d59cf401a672490d2ff2934b5c8 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 15 Jan 2024 10:46:09 -0800 Subject: [PATCH] feat: Ship a default Pods config for new users, simplifies setup for people who aren't container nerds --- .../com.github.marhkb.Pods/config/pods/connections.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system_files/desktop/shared/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json diff --git a/system_files/desktop/shared/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json b/system_files/desktop/shared/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json new file mode 100644 index 00000000..642aa829 --- /dev/null +++ b/system_files/desktop/shared/usr/etc/skel/.var/app/com.github.marhkb.Pods/config/pods/connections.json @@ -0,0 +1,8 @@ +{ + "32218213-d8cf-444e-84c7-7f67b9765acd": { + "uuid": "32218213-d8cf-444e-84c7-7f67b9765acd", + "name": "System", + "url": "unix:///run/user/1000/podman/podman.sock", + "rgb": null + } +} \ No newline at end of file