From 38a179be129014b8714338912de02d33ee7dfbfb Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 27 Nov 2024 14:04:13 +0100 Subject: [PATCH] README --- README.md | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index ea9d7aa..2ffa21f 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,3 @@ -# NixOS Config +# Configuration and various sundries -IT in a box! - -## Bootstrapping from a fresh NixOS installation - -1. Install NixOS -2. Clone this repo: - - ``` - nix-shell -p git --command 'git clone https://patagia.dev/dln/nixos-config.git' - ``` - -3. Ensure host configuration exists at `./nixos-config/hosts/${HOSTNAME}` and contains at minimum the hardware configuration. The NixOS installer will write this out to `/etc/nixos/hardware-configuration.nix`. -4. Apply configuration: - ``` - sudo nixos-rebuild boot --flake ./nixos-config#${HOSTNAME} - ``` - -## Use - -1. Clone this repo somewhere convenient, like `~/src/shelman/nixos-config` -2. Apply configuration: `just switch` - -## Update - -Update nixpkgs and switch: `just update` - -# Home Manager - -`just home-switch` +IT in a box.