From 60de68fc5cb03cf1b26be30d2385f65f616e7346 Mon Sep 17 00:00:00 2001 From: Krish Matta Date: Sun, 6 Dec 2020 16:24:01 -0500 Subject: [PATCH] DOC.md: Fix declaration typo --- DOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOC.md b/DOC.md index 38827ff..ae35ab1 100644 --- a/DOC.md +++ b/DOC.md @@ -9,7 +9,7 @@ See [`hosts/default.nix`](hosts/default.nix) for the implementation. ## Profiles A profile is any directory under [profiles](profiles) containing a `default.nix` defining a valid NixOS module, with the added restriction that no new -delclarations to the `options` _or_ `config` attributes are allowed +declarations to the `options` _or_ `config` attributes are allowed (use [modules](modules) instead). Their purpose is to provide abstract expressions suitable for reuse by multiple deployments. They are perhaps _the_ key mechanism by which we keep this repo maintainable.