feat(dns): point cache-apt to homie
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
5b8de45702
commit
8ae124a275
2 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,8 @@ in {
|
|||
publicApps = remove "nelim.org" (mapAttrsToList (n: v: v.hostName) config.services.caddy.virtualHosts);
|
||||
in
|
||||
mergeAttrsList (
|
||||
(map forceResolveEntry publicApps)
|
||||
[(mkLocalEntry "cache-apt.nelim.org" "100.64.0.10")]
|
||||
++ (map forceResolveEntry publicApps)
|
||||
++ [
|
||||
(mkMinecraftEntry "mc.nelim.org" 25569)
|
||||
(mkMinecraftEntry "mc2.nelim.org" 25560)
|
||||
|
|
|
@ -24,6 +24,7 @@ in {
|
|||
(import ./web.nix self)
|
||||
];
|
||||
|
||||
# FIXME: try making LSPs and stuff only available through devShells
|
||||
config.programs = mkIf cfg.enableIde {
|
||||
neovim = {
|
||||
extraLuaConfig =
|
||||
|
|
Loading…
Reference in a new issue