feat(dns): point cache-apt to homie
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-12-21 19:07:46 -05:00
parent 5b8de45702
commit 8ae124a275
2 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,8 @@ in {
publicApps = remove "nelim.org" (mapAttrsToList (n: v: v.hostName) config.services.caddy.virtualHosts); publicApps = remove "nelim.org" (mapAttrsToList (n: v: v.hostName) config.services.caddy.virtualHosts);
in in
mergeAttrsList ( mergeAttrsList (
(map forceResolveEntry publicApps) [(mkLocalEntry "cache-apt.nelim.org" "100.64.0.10")]
++ (map forceResolveEntry publicApps)
++ [ ++ [
(mkMinecraftEntry "mc.nelim.org" 25569) (mkMinecraftEntry "mc.nelim.org" 25569)
(mkMinecraftEntry "mc2.nelim.org" 25560) (mkMinecraftEntry "mc2.nelim.org" 25560)

View file

@ -24,6 +24,7 @@ in {
(import ./web.nix self) (import ./web.nix self)
]; ];
# FIXME: try making LSPs and stuff only available through devShells
config.programs = mkIf cfg.enableIde { config.programs = mkIf cfg.enableIde {
neovim = { neovim = {
extraLuaConfig = extraLuaConfig =