| 23 Feb 2026 |
| sinan | 13:20:21 |
| sinan | 13:21:02 |
| 24 Feb 2026 |
| @blitzcli:matrix.org joined the room. | 06:03:12 |
| 25 Feb 2026 |
| mountainrose joined the room. | 03:27:09 |
| 26 Feb 2026 |
| Lily Foster changed their profile picture. | 14:01:46 |
| 27 Feb 2026 |
| @sofiedotcafe:matrix.org left the room. | 10:44:36 |
| temphbo joined the room. | 16:41:11 |
| 28 Feb 2026 |
| @blitzcli:matrix.org left the room. | 21:36:56 |
| 1 Mar 2026 |
| @lunagl:envs.net left the room. | 18:04:07 |
| 2 Mar 2026 |
| cbrxyz joined the room. | 05:12:17 |
| @sylkos:envs.net removed their display name sylkos. | 08:25:09 |
| @sylkos:envs.net left the room. | 08:26:10 |
| @tmarkov:envs.net left the room. | 08:53:19 |
| ·☽•Nameless☆•777 · ± changed their profile picture. | 12:51:18 |
| ·☽•Nameless☆•777 · ± changed their profile picture. | 13:08:22 |
| indium114 joined the room. | 13:30:49 |
indium114 | I already have NixOS installed on my system, can I set up Disko without reinstalling or formatting my drive in the process? | 13:36:32 |
magic_rb | disko doesnt handle post installation anything, so there isnt much point | 13:45:58 |
magic_rb | but you could, just need to match your disko config to your on disk layout, rename the partitions correctly since disko mounts by partition name and not UUID and it'll work (ive donet this in the past) | 13:46:30 |
indium114 | I mainly want to do it for the sake of easier reproducibility, and also not needing the graphical installer anymore (since I'm terrible at disk formatting with the CLI). Also, I have been considering reinstalling on btrfs. Can disko manage btrfs subvolumes, and how would I go about doing so? | 13:56:50 |
| Will Wood joined the room. | 20:38:22 |
| 3 Mar 2026 |
| @genericnerdyusername:matrix.org left the room. | 00:18:50 |
focu5 | with respect to zfs, disko will create zfs datasets and volumes after installation | 06:23:43 |
focu5 | my workflow with new apps/servers is to update the disko config with a new app specific dataset and then rerun disko with format mode | 06:24:38 |
focu5 | it doesn't reformat non zfs partitions (it seems to fail running the tools to partition) but it will create if not exists new zfs datasets/volumes and since it's linked to nixos via the disko nixos module also update the mounting to match | 06:26:46 |
focu5 | indium114 though i've never used btrfs or disko with btrfs, https://github.com/nix-community/disko/blob/5af7af10f14706e4095bd6bc0d9373eb097283c6/lib/types/btrfs.nix#L175 implies that subvolumes are created if it doesn't exist which suggests you could rerun disko and create new subvolumes as you expand your disko config (have not tested this) | 06:36:51 |
magic_rb | https://github.com/numtide/disko-zfs is safer :) | 10:54:08 |
focu5 | til thanks | 11:02:08 |
magic_rb | If you run into anything ping me, im the guy who wrote it | 11:03:52 |
magic_rb | (if you happen to run into a physical wall, call the ambulance, not me please) | 11:04:20 |