nixos-notes

nixos notes
git clone https://logand.com/git/nixos-notes.git/
Log | Files | Refs | README

commit 0a2e4940803a4ce956ccbd04643f013dec100504
parent 7953161fb4f1782cf752e270679653e3302d3638
Author: Tomas Hlavaty <tom@logand.com>
Date:   Wed, 11 Sep 2019 00:00:07 +0200

be clearer

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -84,8 +84,8 @@ deployment script handles local and remote deployments accordingly. Remote deployments immitate "nixos-rebuild switch" but allow substitutes by copying the closure first. -Have hw directory with subdir with configuration.nix for each machine. -hw/default.nix can look something like this: +Have subdir with configuration.nix for each machine. default.nix can +look something like this: # nix-build && ./result/bin/deploy-all # nix-build && ./result/bin/deploy-hostname1