From 8de09762c140d70b57af089bc9086b899fe36e40 Mon Sep 17 00:00:00 2001 From: Philip May Date: Sat, 16 Dec 2023 21:11:02 +0100 Subject: [PATCH] Update nixos.md --- source/linux/nixos.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/linux/nixos.md b/source/linux/nixos.md index 689f6af..51c4470 100644 --- a/source/linux/nixos.md +++ b/source/linux/nixos.md @@ -24,6 +24,9 @@ - get path to nix repository: `nix-instantiate --eval -E ''` - also see [Nix Search Paths](https://nixos.org/guides/nix-pills/nix-search-paths.html) - list available profiles: `nix-env --list-generations --profile /nix/var/nix/profiles/system` +- update the system + - `nix-channel --update` + - `nixos-rebuild switch` ## Installation