Skip to content

Commit

Permalink
some arachne changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Nov 21, 2024
1 parent 797beb4 commit 96f8f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions common/base/networking.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ pkgs, ... }:
{ config, lib, pkgs, ... }:

{
networking = rec {
networking = {
enableIPv6 = true;
domain = "lan.ap5.network";
search = [ domain ];
domain = lib.mkDefault "lan.ap5.network";
search = [ config.networking.domain ];
};

services = {
Expand Down
2 changes: 0 additions & 2 deletions systems/arachne/nginx.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@

"b.inexcomp.com" = redirect "boards.inexpensivecomputers.net";

"nixnest.org" = base "/var/www/nixnest.org" {};

"_" = { root = "/var/www/arachne.ap5.network"; };
};

Expand Down

0 comments on commit 96f8f24

Please sign in to comment.