Compare commits

...

2 commits

Author SHA1 Message Date
c519728530
Add localtime volume to Caddy 2025-06-07 23:51:44 -05:00
cdd232ab9e
Nvim: remove copilot 2025-06-07 23:51:34 -05:00
2 changed files with 1 additions and 9 deletions

View file

@ -18,6 +18,7 @@ services:
networks:
- proxy
volumes:
- /etc/localtime:/etc/localtime:ro
- ./Caddyfile:/etc/caddy/Caddyfile
- data:/data
- config:/config

View file

@ -1,9 +0,0 @@
-- GitHub Copilot
--- @type LazyPluginSpec
return {
"zbirenbaum/copilot.lua",
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}