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);
|
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)
|
||||||
|
|
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue