Jörg Thalheim

Results 1952 comments of Jörg Thalheim

In the slightly bigger server fleet, that I maintain we also tend to use more stable identifier in by-id: https://github.com/TUM-DSE/doctor-cluster-config/blob/704e8cf689f3d652dbed7b8a4fb72a1f02d970a4/hosts/ace.nix#L17 Especially there because we from time to time add other...

Sound good to me. Can be added.

May be try enabling systems in initrd. I don't have in my memory when swap exactly gets enabled but this might help with ordering issues since our shell scripts might...

Indeed. Weird. I thought we already enforce that.

Indeed. Weird. I thought we already enforce that.

@Lassulus does disko use `set -e` Because I would expect to fail when mdadm does.

We have an incremental mode called `disko --mode format,mount` in our cli, which is supposed to only create new partitions. However I would for safety pass the `--dry-run` flag and...

Usually you would import the disko module and give it the configuration you used for partitioning. In the documentation you referenced we do `nixos-generate-config --no-filesystems` instead.

I would accept this as a pull requests with a test.