diff options
author | sils <sils@sils.li> | 2023-03-18 10:12:58 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2023-03-18 10:18:37 +0100 |
commit | 495c661f5081c023c242e96cf99259181408e99a (patch) | |
tree | 1a1c105e4046de38ef4f812345eee33f3eb3f6e0 /hosts/thinklappi/default.nix | |
parent | Packages: Add zip-utils (diff) | |
download | nix-config-495c661f5081c023c242e96cf99259181408e99a.tar.gz nix-config-495c661f5081c023c242e96cf99259181408e99a.zip |
Feat: Restructure and add nameservers.
Diffstat (limited to 'hosts/thinklappi/default.nix')
-rw-r--r-- | hosts/thinklappi/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |