mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
Fix nixos-anywhere repo URL to nix-community
This commit is contained in:
parent
04598a9aeb
commit
c3d0ff427a
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ used flakes:
|
||||||
- secrets: [sops-nix](https://github.com/Mic92/sops-nix)
|
- secrets: [sops-nix](https://github.com/Mic92/sops-nix)
|
||||||
- deployment: [nixinate](https://github.com/MatthewCroughan/nixinate), see [usage](#usage)
|
- deployment: [nixinate](https://github.com/MatthewCroughan/nixinate), see [usage](#usage)
|
||||||
- formatting: [git-hooks](https://github.com/cachix/git-hooks.nix)
|
- formatting: [git-hooks](https://github.com/cachix/git-hooks.nix)
|
||||||
- install: [nixos-anywhere](https://github.com/numtide/nixos-anywhere/)
|
- install: [nixos-anywhere](https://github.com/nix-community/nixos-anywhere/)
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ used flakes:
|
||||||
now simply install by executing (this will delete all data!):
|
now simply install by executing (this will delete all data!):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix run github:numtide/nixos-anywhere -- \
|
nix run github:nix-community/nixos-anywhere -- \
|
||||||
--disk-encryption-keys /tmp/disk.key /tmp/disk.key \
|
--disk-encryption-keys /tmp/disk.key /tmp/disk.key \
|
||||||
--extra-files "$temp" \
|
--extra-files "$temp" \
|
||||||
--flake .#<flake> \
|
--flake .#<flake> \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue