| 5 Mar 2022 |
m1cr0man | Yeah that's probably best, and so that it's on record on Github too | 17:44:17 |
Winter (she/her) | In reply to @m1cr0man:m1cr0man.com Yeah that's probably best, and so that it's on record on Github too Would it be appropriate to label the issue as a bug? | 19:34:00 |
Winter (she/her) | (don't wanna open an issue with no label idk) | 19:34:07 |
Winter (she/her) | i think so | 19:34:22 |
m1cr0man | hah uh idk what label to use honestly 😅 I think it's more just discussion atm, nothing is wrong per se | 19:34:33 |
m1cr0man | * hah uh idk what label to use honestly 😅 I think it's more just discussion/suggestion atm, nothing is wrong per se | 19:34:40 |
Winter (she/her) | true | 19:34:43 |
Winter (she/her) | yeah ill do no label | 19:34:53 |
Winter (she/her) | m1cr0man: am i just blind, or is the group option for not defined in certOpts? | 19:51:09 |
Winter (she/her) | * m1cr0man: am i just blind, or is the group option not defined in certOpts? | 19:51:14 |
m1cr0man | it's defined in the inheritableModule thing | 19:51:23 |
Winter (she/her) | oh | 19:51:53 |
Winter (she/her) | group = mkOption {
type = types.str;
inherit (defaultAndText "group" "acme") default defaultText;
description = "Group running the ACME client.";
};
i feel like this description is inaccurate?
| 19:52:02 |
Winter (she/her) | oh nevermind | 19:52:24 |
Winter (she/her) | guess its not | 19:52:27 |
Winter (she/her) | # Group might change between runs, re-apply it
chown '${user}:${data.group}' certificates/*
hm
| 19:52:57 |