DOC.md: Fix declaration typo

This commit is contained in:
Krish Matta 2020-12-06 16:24:01 -05:00
parent c403cd1c32
commit 60de68fc5c
No known key found for this signature in database
GPG Key ID: 00F0FEC3D5ACAC7E
1 changed files with 1 additions and 1 deletions

2
DOC.md
View File

@ -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.