STarting creating documentation, chapters 1-3 are do
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user