| 27 May 2025 |
lassulus | The default value is 1000 | 19:33:29 |
thou.vow | I wonder what is the limit | 19:49:57 |
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 |
@musicmatze:beyermatthi.as | * (because I don't know what actual name is generated, and it doesn't matter really, does it) | 16:50:32 |
[0x4A6F] | systemd-fstab-generator create .mount units, that you could utilize. Not sure, if noauto inhibit creation of these units. | 17:45:24 |