| 21 May 2026 |
| Pascal Sthamer changed their profile picture. | 09:32:36 |
mdietrich | Actually having another question: I can install my custom aarch64-linux system on an USB stick for Raspberry Pi usage with disko-install (using the PR #1190), but trying to create the image by using either diskoImages or diskoImagesScript does not work and fails due to virtiofs problems. Anyone hit that also and can help here? | 21:17:53 |
| 22 May 2026 |
| Jon Hermansen changed their display name from jonhermansen to Jon Hermansen. | 19:18:46 |
| 23 May 2026 |
| mtmn joined the room. | 15:23:04 |
| 24 May 2026 |
| nephesh joined the room. | 00:18:54 |
| nephesh set a profile picture. | 04:33:34 |
| 26 May 2026 |
| ·☽•Nameless☆•777 · ± changed their profile picture. | 05:42:06 |
| 27 May 2026 |
| Barnett joined the room. | 08:27:00 |
| Barnett changed their display name from Barnett Trzcinski 💕 to Barnett. | 08:27:57 |
| Barnett set a profile picture. | 08:59:07 |
| Barnett removed their profile picture. | 08:59:55 |
| nuko joined the room. | 12:34:46 |
| 29 May 2026 |
| lassulus changed their profile picture. | 07:07:13 |
| praseodym joined the room. | 12:47:38 |
| 30 May 2026 |
| FlakeyForger joined the room. | 18:10:23 |
| FlakeyForger set a profile picture. | 18:21:04 |
| FlakeyForger removed their profile picture. | 18:25:16 |
| FlakeyForger set a profile picture. | 18:25:28 |
| 31 May 2026 |
| Vandy Carlos changed their display name from vandycarlos to Vandy arlos. | 22:00:30 |
| Vandy Carlos changed their display name from Vandy arlos to Vandy Carlos. | 22:00:38 |
| 1 Jun 2026 |
| Sylvie (They/She) 🏳️⚧️ changed their profile picture. | 13:08:00 |
| Tanja (she/her) changed their display name from Tanja (she/her) to Tanja (she/her) 📞 TNJA (8652). | 15:32:41 |
| @esch:eschbach.house left the room. | 15:36:37 |
| mitch9378 joined the room. | 17:01:03 |
| 2 Jun 2026 |
| axw joined the room. | 21:05:48 |
| 4 Jun 2026 |
| Allen Liao joined the room. | 19:09:53 |
Allen Liao | Hey guys, so I'm upgrading to 26.05. I have a working luks setup with BTRFS subvolumes:
boot.initrd.luks.devices = {
cryptroot = {
device = lib.mkForce "/dev/disk/by-partlabel/disk-main-luks"; # conflicts with disko
allowDiscards = true;
};
cryptswap = {
device = "/dev/disk/by-partlabel/disk-main-swap";
allowDiscards = true;
};
};
disko config:
disko.devices = {
disk.main = {
type = "disk";
device = "/dev/disk/by-id/nvme-Samsung_SSD_990_EVO_Plus_1TB_S7U5NJ0Y750798J"; # /dev/nvme0n1
content = {
type = "gpt";
partitions = {
swap = {
content = {
type = "luks";
name = "cryptswap";
};
};
luks = {
size = "100%";
content = {
type = "luks";
name = "cryptroot";
content = {
type = "btrfs";
subvolumes = {
"@" = {
mountpoint = "/";
};
};
};
};
};
};
};
};
};
Do I add
fileSystems."/".device = "/dev/mapper/cryptroot";
``
and that's it? what about my swap?
| 19:12:11 |
Allen Liao | * Hey guys, so I'm upgrading to 26.05. I have a working luks setup with BTRFS subvolumes:
boot.initrd.luks.devices = {
cryptroot = {
device = lib.mkForce "/dev/disk/by-partlabel/disk-main-luks"; # conflicts with disko
allowDiscards = true;
};
cryptswap = {
device = "/dev/disk/by-partlabel/disk-main-swap";
allowDiscards = true;
};
};
disko config:
disko.devices = {
disk.main = {
type = "disk";
device = "/dev/disk/by-id/nvme-Samsung_SSD_990_EVO_Plus_1TB_S7U5NJ0Y750798J"; # /dev/nvme0n1
content = {
type = "gpt";
partitions = {
swap = {
content = {
type = "luks";
name = "cryptswap";
};
};
luks = {
size = "100%";
content = {
type = "luks";
name = "cryptroot";
content = {
type = "btrfs";
subvolumes = {
"@" = {
mountpoint = "/";
};
};
};
};
};
};
};
};
};
Do I add
fileSystems."/".device = "/dev/mapper/cryptroot";
and that's it? what about my swap?
| 19:12:28 |
Enzime | I don't think you should need to set fileSystems."/".device, disko should automatically set that for you as long as you import the disko NixOS module and your disko configuration into your NixOS configuration | 19:36:46 |
| 5 Jun 2026 |
| zimward changed their display name from zimward to zimward @GPN24. | 19:38:09 |