Merge pull request #7 from ldicarlo/chore/typo

chore: typo
This commit is contained in:
Ryan Yin 2023-06-30 20:31:32 -06:00 committed by GitHub
commit 153e941a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ sudo nixos-rebuild switch
And then you can use Git to manage the configuration in `~/nixos-config`. The configuration can be used with ordinary user-level permissions, and it is not required to be owned by root.
Another method is jsut to delete `/etc/nixos` directly, and specify the configuration file path each time you deploy it:
Another method is just to delete `/etc/nixos` directly, and specify the configuration file path each time you deploy it:
```shell
sudo mv /etc/nixos /etc/nixos.bak