disko | 355 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 90 Servers |
| Sender | Message | Time |
|---|---|---|
| 4 Apr 2025 | ||
| 14:23:14 | ||
| hey people 👋 i came here from this guide https://edouard.paris/notes/install-nixos-on-an-ovh-vps-with-nixos-anywhere/ to ask for help with figuring out the appropriate disko config for my use case... but (after making some tweaks to the config based https://github.com/nix-community/disko/blob/master/example/boot-raid1.nix and the output of lsblk/fdisk/parted) ... it all worked perfectly the first time! 🚀 so all that's left is to express my sincerest gratitude for this fantastic tool! 🙏 | 15:33:26 | |
| * hey people 👋 i came here from this guide https://edouard.paris/notes/install-nixos-on-an-ovh-vps-with-nixos-anywhere/ to ask for help with figuring out the appropriate disko config for my use case... but, after making some tweaks to the config (based on https://github.com/nix-community/disko/blob/master/example/boot-raid1.nix and the output of lsblk/fdisk/parted) ... it all worked perfectly the first time! 🚀 so all that's left is to express my sincerest gratitude for this fantastic tool! 🙏 | 15:33:40 | |
| 5 Apr 2025 | ||
| 17:43:47 | ||
| 23:39:39 | ||
| 6 Apr 2025 | ||
| 08:14:23 | ||
| 23:26:51 | ||
| 7 Apr 2025 | ||
| 16:22:27 | ||
| 8 Apr 2025 | ||
| 14:30:53 | ||
| 17:40:20 | ||
| 23:30:40 | ||
| 10 Apr 2025 | ||
| Hey pal. I've been tinkering around with your multi-disk branch for a bit and I thought I'd let you know that I opened this PR which builds on and integrates your commits. The automated tests seem to pass okay, though I haven't tested it on real hardware. I plan to add the encryption support at some point soon as well. | 23:30:09 | |
| Redacted or Malformed Event | 23:44:13 | |
| 14 Apr 2025 | ||
| 04:13:36 | ||
| 23:25:05 | ||
| 16 Apr 2025 | ||
| 06:50:51 | ||
| 17 Apr 2025 | ||
| 10:33:41 | ||
| I want to reinstall my nixos Is it possible yo mount the old partitions Wipe nix And then install ? | 10:36:31 | |
What is the thing you want to achieve? Each generation (the thing that nixos-rebuild does) is a "reinstall". | 11:06:49 | |
In reply to @rob.sliwi:matrix.orgIt seems like I screwed my nix store | 11:24:21 | |
You could try to fix it with nix store repair or show some errors to guide you in some direction. | 11:28:27 | |
In reply to @rob.sliwi:matrix.orgNo error, seems like kernel panics, can't boot any working configuration, and even the working ones were not always working I should actually investigate more into this, but it seemed easier for me to just reinstall | 12:15:32 | |
| 17:21:39 | ||
| I created a zraid2 setup on top of luks a while ago (with this disko config : https://git.ingolf-wagner.de/palo/nixos-config/src/branch/main/machines/chungus/hardware-configuration/disko-config.nix) now one of my disks broke down, and I just plugged a new disk in the computer. Is there an easy way to format them the same way I defined in that disko-config.nix ? I mean I have to define the new disk in there anyway, but is there an easy command to only format this device and all? | 20:24:19 | |
| * I created a zraid2 setup on top of luks a while ago (with this disko config : https://git.ingolf-wagner.de/palo/nixos-config/src/branch/main/machines/chungus/hardware-configuration/disko-config.nix) now one of my disks broke down, and I just plugged a new disk in the computer. Is there an easy way to format them the same way I defined in that disko-config.nix ? I mean I have to define the new disk in there anyway, but is there an easy command to only format this device and all? I'm asking because I think disko does a lot of stuff like labeling and proper flagging and such. | 20:24:58 | |
Hmm according to documentation, and from what I see in the script, disko --dry-run -m format ... it will only format drives which don't have the proper label set | 20:48:13 | |
| * Hmm according to documentation, it will only format drives which don't have the proper label set | 20:49:56 | |
I just rand --dry-run -m format, than copied and edited the file to just run the part of the new drive. | 21:04:56 | |
* I just rand --dry-run -m format, than copied and edited the file to just run the part of the new drive. Worked fine so far. | 21:05:07 | |
| I also added some safeguard into the format scripts, that it shouldn't run on already formatted drives | 22:10:54 | |