diff --git a/.bauke/NixOS.md b/.bauke/NixOS.md index 20ce018..f96baef 100644 --- a/.bauke/NixOS.md +++ b/.bauke/NixOS.md @@ -2,15 +2,15 @@ ## Management -Using the `copy-nixos-config` script, all the configurations are stored in `$BAUKE_DIR/nix/` and copied to `/etc/nixos` for each respective [system](#systems). +Using the `copy-nixos-config` script, all the configurations are stored in `$BAUKE_DIR/nix/` and copied to `/etc/nixos` for each respective [system](#systems). -* Get a diff between the current files in `/etc/nixos` and `$BAUKE_DIR/nix/`. +* Get a diff between the current files in `/etc/nixos` and `$BAUKE_DIR/nix/`: ```zsh copy-nixos-config --diff ``` -* Copy the configuration and immediately run `nixos-rebuild `. +* Copy the configuration and immediately run `nixos-rebuild `: ```zsh copy-nixos-config --rebuild