From cd942d253bda8f511fdb921ea29f69f382a9368e Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 8 Mar 2024 10:50:28 +0530 Subject: repo: restructure source tree --- hosts/dspace/modules/network.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 hosts/dspace/modules/network.nix (limited to 'hosts/dspace/modules/network.nix') diff --git a/hosts/dspace/modules/network.nix b/hosts/dspace/modules/network.nix deleted file mode 100644 index 007cfba..0000000 --- a/hosts/dspace/modules/network.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ ... }: - -let - wan = "ens18"; -in -{ - networking = { - interfaces.${wan}.ipv4.addresses = [{ - address = "10.0.8.107"; - prefixLength = 16; - }]; - defaultGateway = { - address = "10.0.0.1"; - interface = wan; - }; - nameservers = [ "10.0.0.2" "10.0.0.3" ]; - }; -} -- cgit v1.2.3