diff --git a/flake.nix b/flake.nix index 48821ea..cb7ccb6 100644 --- a/flake.nix +++ b/flake.nix @@ -39,11 +39,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nixos-dns = { - url = "github:Janik-Haag/nixos-dns"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; outputs = { self, nixpkgs, nix-colors, automapaper, disko, hyprland, lazy, ... }@inputs: @@ -66,7 +61,6 @@ inherit nix-colors; }; modules = [ - inputs.nixos-dns.nixosModules.dns disko.nixosModules.disko ./hosts/server/configuration.nix inputs.home-manager.nixosModules.default diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 6f7e684..6a23c4b 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -24,21 +24,6 @@ networking = { hostName = "NoasServer"; # Define your hostname. networkmanager.enable = true; # Easiest to use and most distros use this by default. - domains = { - enable = true; - baseDomains = { - "itepastra.nl" = { - a.data = "192.168.42.2"; - }; - "noa.voorwaarts.nl" = { - a.data = "192.168.42.2"; - }; - }; - subDomains = { - "itepastra.nl" = { }; - "noa.voorwaarts.nl" = { }; - }; - }; }; # Pick only one of the below networking options. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.