Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented

fix(tests): Fix typo in ssh-server capability description (#130)

This PR fixes a typo in an option description.

authored by adda.tngl.sh and committed by GitHub afefb191 d56667df

+1 -1
+1 -1
templates/examples/modules/_example/ci/base-conf-modules.nix
··· 9 9 den.base.host = 10 10 { host, ... }: 11 11 { 12 - options.capabilities.ssh-server = lib.mkEnableOption "Does host ${host.name} provides ssh?"; 12 + options.capabilities.ssh-server = lib.mkEnableOption "Does host ${host.name} provide ssh?"; 13 13 }; 14 14 15 15 # This module is base for all user configs.