From 495c661f5081c023c242e96cf99259181408e99a Mon Sep 17 00:00:00 2001 From: sils Date: Sat, 18 Mar 2023 10:12:58 +0100 Subject: Feat: Restructure and add nameservers. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5775c42..746ceb6 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ nixosConfigurations.thinklappi = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; - modules = [./sysconf/thinklappi.nix]; + modules = [./hosts/thinklappi/thinklappi.nix]; }; }; } -- cgit 1.4.1