Merge pull request #26 from krishxmatta/fix-doc-typo

DOC.md: Fix declaration typo
This commit is contained in:
Timothy DeHerrera 2020-12-10 09:28:38 -07:00 committed by GitHub
commit 13c3c67667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.