21 Oct 2023 |
| Mikael Fangel set a profile picture. | 17:22:10 |
22 Oct 2023 |
| globin joined the room. | 20:00:14 |
| Janik (they/them) joined the room. | 21:03:07 |
23 Oct 2023 |
| SomeoneSerge (UTC+2) changed their display name from Someone (UTC+3) to SomeoneSerge (UTC+1). | 09:09:53 |
| globin left the room. | 09:50:10 |
| globin set a profile picture. | 14:27:51 |
25 Oct 2023 |
| Federico Damián Schonborn changed their profile picture. | 00:12:43 |
26 Oct 2023 |
| Charlotte 🦝 (it/rac/racs/racself/🦝/plush) changed their profile picture. | 06:43:48 |
| Sam Lehman joined the room. | 20:32:19 |
27 Oct 2023 |
| Federico Damián Schonborn changed their profile picture. | 01:24:20 |
29 Oct 2023 |
| SomeoneSerge (UTC+2) changed their display name from SomeoneSerge (UTC+1) to SomeoneSerge (UTC+2). | 22:42:18 |
30 Oct 2023 |
| Anthony Rsl joined the room. | 17:03:03 |
1 Nov 2023 |
| cafkafk left the room. | 10:41:52 |
3 Nov 2023 |
| mib 🥐 changed their profile picture. | 13:53:34 |
4 Nov 2023 |
| bryton changed their profile picture. | 02:36:00 |
6 Nov 2023 |
| KFears (filler human) changed their display name from KFears (bass arc) to KFears (filler human). | 22:34:21 |
13 Nov 2023 |
| 🪐 changed their display name from ericjmorey to 🪐. | 00:32:54 |
| 🪐 changed their profile picture. | 16:32:49 |
15 Nov 2023 |
| vivian changed their display name from v to vivian. | 13:46:07 |
| @grahamc:nixos.orgchanged room power levels. | 16:13:00 |
| @grahamc:nixos.org left the room. | 16:13:01 |
| NixOS Moderation Botchanged room power levels. | 18:12:24 |
| NixOS Moderation Botchanged room power levels. | 18:12:24 |
| brokenpip3 joined the room. | 22:18:33 |
16 Nov 2023 |
| a-kenji joined the room. | 17:27:13 |
18 Nov 2023 |
Tobias Pankrath | Can someone explain the difference between azure-common.nix and azure-image.nix to me, esp. what does this do: | 16:17:15 |
Tobias Pankrath |
/nix/store/6xysgagcyklifd0mlayli4jmx22173h5-source/nixos/modules/virtualisation/azure-image.nix
| 16:17:33 |
Tobias Pankrath |
system.build.azureImage = import ../../lib/make-disk-image.nix {
name = "azure-image";
postVM = ''
${pkgs.vmTools.qemu}/bin/qemu-img convert -f raw -o subformat=fixed,force_size -O vpc $diskImage $out/disk.vhd
rm $diskImage
'';
configFile = ./azure-config-user.nix;
format = "raw";
inherit (cfg) diskSize;
inherit config lib pkgs;
};
| 16:17:58 |
ggpeti | I'd be happy to read your musings Tobias Pankrath, feel free to explain it yourself :) | 16:27:15 |
Tobias Pankrath | Dunno, I cannot find any usage of it in my configuration. There is system.build.toplevel and system.build.isoImage shows up in the documentation as well. | 16:49:23 |