From 11752ca1e9371253bc37428a8a9df6fd603711ea Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Mon, 21 Apr 2025 14:03:02 -0500 Subject: [PATCH] instructions for separate private repo --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index b8d04a8..2a72cbd 100644 --- a/readme.md +++ b/readme.md @@ -9,3 +9,8 @@ 1. Flash NixOS onto the server hardware 2. Create a sudo password for root 3. Run nixos anwhere command to install repo config: ```nix run github:nix-community/nixos-anywhere --extra-experimental-features "nix-command flakes" -- --generate-hardware-config nixos-generate-config ./hardware-configuration.nix --flake '.#' root@``` + +### Random +
    +
  • Any time the quasiSecret Reop is updated, run ```nix flake lock --update-input quasiSecrets``` to ensure you're using the most recent pushed commit
  • +