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. --- hosts/thinklappi/default.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hosts/thinklappi/default.nix (limited to 'hosts/thinklappi/default.nix') diff --git a/hosts/thinklappi/default.nix b/hosts/thinklappi/default.nix new file mode 100644 index 0000000..5019f10 --- /dev/null +++ b/hosts/thinklappi/default.nix @@ -0,0 +1,3 @@ +{...}: { + thinklappi = import ./thinklappi.nix; +} -- cgit 1.4.1