4 Dec 2024 |
LordKekz | I think usually the re-creation is preferrable; it rebuilding the container doesn't cause a rebuild of the container image, right? | 19:48:51 |
OrfeasZ | Ye, it doesn't rebuild the image locally. | 19:49:35 |
11 Dec 2024 |
| sheeeng joined the room. | 06:48:46 |
| marijan changed their profile picture. | 14:20:27 |
12 Dec 2024 |
| gagandeepb joined the room. | 07:52:39 |
| Waldemar Tomme (they/them) joined the room. | 22:27:23 |
14 Dec 2024 |
| @aidalgol:matrix.org left the room. | 20:35:54 |
19 Dec 2024 |
| bbigras left the room. | 01:48:11 |
21 Dec 2024 |
| @sleepymonad:matrix.org joined the room. | 21:18:32 |
| @sleepymonad:matrix.org set a profile picture. | 21:56:39 |
22 Dec 2024 |
| @taotien:matrix.org left the room. | 05:30:43 |
| allrealmsoflife joined the room. | 20:27:20 |
26 Dec 2024 |
| nevoyu joined the room. | 01:41:14 |
| nevoyu left the room. | 01:41:59 |
| elikoga changed their display name from elikoga to elikoga (@38c3 📞448{0,1}. | 15:21:48 |
| elikoga changed their display name from elikoga (@38c3 📞448{0,1} to elikoga (@38c3 📞448{0,1}). | 15:26:03 |
| elikoga changed their display name from elikoga (@38c3 📞448{0,1}) to elikoga (@38c3 📞488{0,1}). | 15:26:44 |
| Tommy changed their display name from Tommy to Tommy (3841). | 16:06:54 |
27 Dec 2024 |
| Jeff joined the room. | 21:16:19 |
28 Dec 2024 |
| 0xcharly joined the room. | 15:20:06 |
29 Dec 2024 |
| elikoga changed their display name from elikoga (@38c3 📞488{0,1}) to elikoga (@38c3 📞488{0,1,9}). | 11:03:10 |
30 Dec 2024 |
| Tommy changed their display name from Tommy (3841) to Tommy. | 19:25:55 |
1 Jan 2025 |
| xored joined the room. | 00:51:27 |
xored | hey guys i've a question, when using age to define a secret inside a home manager module, is there anything extra I need to do to have the secret available under the home agenix path? i have something like this in my home manager config:
programs.atuin = {
enable = true;
key_path = config.age.secrets.atuinKey.path;
}
age.secrets.atuinKey.file = inputs.self + /secrets/atuinKey.age;
| 00:55:24 |
xored | when I inspect $XDG_RUNTIME_DIR/agenix.d i don't see it there | 00:56:09 |
xored | if it helps my OS level secrets are working fine (under /run/agenix) | 00:58:36 |
xored | oh it turns out that's just my setup, i don't have my keys on home, they're saved on 1password, so the home module didn't seem to be able to decrypt the file | 01:28:10 |
| NixOS Moderation Botchanged room power levels. | 14:26:34 |
3 Jan 2025 |
| elikoga changed their display name from elikoga (@38c3 📞488{0,1,9}) to elikoga. | 10:28:09 |
willmckinnon | Hey all! Interesting question here - how many private keys would need to be known to be able to determine what the other keys that a secret is encrypted with are? Lets say I had a secret encrypted to 3 different hosts' private keys, with the public keys of those hosts known. If someone figured out one of my host's private keys, could they then determine my other hosts' private keys given the knowledge of the secret and the public keys of those hosts? | 21:36:56 |