| 27 May 2025 |
thou.vow | Just curious | 19:50:21 |
lassulus | Maxint | 20:33:51 |
| 29 May 2025 |
| Mitch joined the room. | 04:44:20 |
| 30 May 2025 |
| @passion-fruit:matrix.org left the room. | 15:53:42 |
| 1 Jun 2025 |
@musicmatze:beyermatthi.as | Hi!
Does disko create systemd mount units for ZFS datasets that I do not automount?
And, even moreso: does the nixos/nixpkgs module system create attributes for these mount points?
Usecase: I want to make sure a service of mine only starts after I mounted the ZFS dataset (which is encrypted and I am mounting it by hand if necessary). | 16:48:32 |
@musicmatze:beyermatthi.as | The idea is to systemd.services.SomeService.after = [ "<zfs-dataset-name>.mount" ]; in my config, but I don't want to hard-code the <zfs-dataset-name> part and, if possible, use something like config.systemd.someMountAttribute.UnitName if there is something like this | 16:50:10 |
@musicmatze:beyermatthi.as | (because I don't know what actual name is generated) | 16:50:24 |