STarting creating documentation, chapters 1-3 are do

This commit is contained in:
2026-02-23 19:52:10 +01:00
parent caefb3c0f4
commit 99b2f7ae89
21 changed files with 1000 additions and 546 deletions
+12
View File
@@ -1,3 +1,15 @@
find ~/Repos/nixos/henrovnix \
-type d -name ".*" -prune -o \
-type f -print0 \
| xargs -0 sed -i 's/<defaultUser>/youruser/g'
find ~/Repos/nixos/henrovnix \
-type d -name ".*" -prune -o \
-type f -print0 \
| xargs -0 sed -i 's/machine1/yourhostname/g'
nixos-generate-config
# Check if NetworkManager service is running
systemctl status NetworkManager
# If not running, start it temporarily