This commit is contained in:
parent
67ead21e18
commit
01e0c55631
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
* Clone this repo
|
||||
```
|
||||
sudo git clone https://git.sysctl.io/albert/nix /etc/nixos/git
|
||||
sudo chown -R <user>:root /etc/nixos/git
|
||||
sudo chown -R albert:root /etc/nixos/git
|
||||
# or, with wallpapers
|
||||
sudo git clone --recursive https://git.sysctl.io/albert/nix /etc/nixos/git
|
||||
sudo chown -R <user>:root /etc/nixos/git
|
||||
sudo chown -R albert:root /etc/nixos/git
|
||||
```
|
||||
|
||||
* Installing a system from the ISO:
|
||||
|
|
Loading…
Reference in a new issue