Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostbuster91/nixos-rescue
https://github.com/ghostbuster91/nixos-rescue
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostbuster91/nixos-rescue
- Owner: ghostbuster91
- Created: 2023-04-21T14:42:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-19T17:28:53.000Z (12 months ago)
- Last Synced: 2024-10-06T03:01:52.216Z (about 1 month ago)
- Language: Nix
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
sudo nixos-rebuild switch --flake .
``````
nixos-install --flake https://github.com/ghostbuster91/nixos-rescue#somehost
``````
nix run github:nix-community/disko --extra-experimental-features flakes --extra-experimental-features nix-command -- --mode zap_create_mount /tmp/disko-config.nix --arg disks '[ "/dev/sda" "/dev/sdb" ]'
``````
nixos-generate-config --no-filesystems --root /mnt
```