| 8 Apr 2025 |
| ·☽•Nameless☆•777 · ± changed their profile picture. | 17:40:20 |
| adjivas joined the room. | 23:30:40 |
| 10 Apr 2025 |
nicoty | 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 |
nicoty | Redacted or Malformed Event | 23:44:13 |
| 14 Apr 2025 |
| @dave:tiredofit.ca left the room. | 04:13:36 |
| Ty (they/them) joined the room. | 23:25:05 |
| 16 Apr 2025 |
| ·☽•Nameless☆•777 · ± changed their profile picture. | 06:50:51 |
| 17 Apr 2025 |
| Derpy (they/any) joined the room. | 10:33:41 |
Derpy (they/any) | I want to reinstall my nixos
Is it possible yo mount the old partitions
Wipe nix
And then install
? | 10:36:31 |
robsliwi | What is the thing you want to achieve? Each generation (the thing that nixos-rebuild does) is a "reinstall". | 11:06:49 |
Derpy (they/any) | In reply to @rob.sliwi:matrix.org What is the thing you want to achieve? Each generation (the thing that nixos-rebuild does) is a "reinstall". It seems like I screwed my nix store | 11:24:21 |
robsliwi | You could try to fix it with nix store repair or show some errors to guide you in some direction. | 11:28:27 |
Derpy (they/any) | In reply to @rob.sliwi:matrix.org You could try to fix it with nix store repair or show some errors to guide you in some direction. No 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 |
| redesign your logo changed their display name from "Other Natural Flavors" to High Dynamic Range. | 17:21:39 |
palo | 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 |
palo | * 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 |
palo | 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 |
palo | * Hmm according to documentation, it will only format drives which don't have the proper label set | 20:49:56 |
palo | 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 |
palo | * 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 |
lassulus | I also added some safeguard into the format scripts, that it shouldn't run on already formatted drives | 22:10:54 |
lassulus | but removing that code is also fine | 22:10:59 |
| 18 Apr 2025 |
Mic92 | @reflux1291:catgirl.cloud: nixos-install is idempotent. You can use it to repair stuff | 05:14:53 |
| jlesquembre joined the room. | 13:29:48 |
| 19 Apr 2025 |
| jopejoe1 (4094@39c3) changed their display name from jopejoe1 to jopejoe1 (4094@eh22). | 13:01:24 |
| ·☽•Nameless☆•777 · ± changed their profile picture. | 14:31:10 |
parismagpie | Hey | 19:05:27 |
| 20 Apr 2025 |
parismagpie | so I'm using disko to declare partitioning for two raw disk images (/ in ext4, /home in zfs). Booting the system using qemu to test whether everything works or not, zfs complain about the zpool being mounted on another system ( "pool was previously in use from another system.", "The pool can be imported, use 'zpool import -f' to import the pool." ) | 07:35:01 |
parismagpie | I'm thinking that it's might be related to the use of diskoImagesScript to create the two raw images. Is there any disko option to avoid this problem ? | 07:35:55 |
parismagpie | (I can boot.zfs.forceImportAll = true but that seems a bit overkill) | 07:47:57 |