From 156dca5cfa1da013c176899f4340bcc0abba6d3c Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sun, 27 Jul 2025 14:51:29 +0200 Subject: [PATCH] merge: nixos readme from wsl branch --- nixos/readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/readme.md b/nixos/readme.md index 502d8c4..fb0150b 100644 --- a/nixos/readme.md +++ b/nixos/readme.md @@ -1,5 +1,6 @@ -Copy local config to repo: +Rebuild nixos and points to dotfiles dir: ``` -cp -r /etc/nixos/ ~/dotfiles/nixos +sudo nixos-rebuild switch --flake ~/dotfiles/nixos ``` +