| 21 Jul 2025 |
| Infinidoge 🏳️⚧️ left the room. | 16:53:09 |
| 24 Jul 2025 |
| blocklisted joined the room. | 10:07:30 |
| 25 Jul 2025 |
| xxosinxx joined the room. | 04:33:39 |
| 30 Jul 2025 |
tebriel | having an issue where agenix isn't writing any simlinks to /run/user/agenix/1000. I set a secret to symlink = false and it wrote the file, reverted to symlink = true and then it left the flat file and didn't write a symlink | 13:57:46 |
tebriel | * having an issue where agenix isn't writing any simlinks to /run/user/1000/agenix. I set a secret to symlink = false and it wrote the file, reverted to symlink = true and then it left the flat file and didn't write a symlink | 14:01:56 |
tebriel | I'm guessing it's because /run/user/1000 is deleted on reboot so the nix store thinks the symlink is already written? | 14:02:16 |
K900 | Are you using system-wide agenix to write to /run/user/1000? | 14:02:45 |
K900 | Because that won't work for service ordering reasons | 14:02:54 |
K900 | You need the HM module if you want to do this kind of per-user thing | 14:03:03 |
tebriel | no, inputs.agenix.homeManagerModules.default | 14:03:10 |
K900 | Then you want to check your HM activation logs | 14:03:34 |
K900 | It'll probably tell you what's wrong | 14:03:39 |
tebriel | 👀 | 14:03:46 |
tebriel | I know this isn't a hm channel, but are there more activation logs besides the output of r a nixos-rebuild? I'm not seeing any errors but also very few lines in general | 14:09:31 |
K900 | journalctl -u home-manager-<your username> | 14:09:52 |
tebriel | thank you for that it led me to the journalctl --user -u agenix.service which shows me the error! Surprised this didn't fail something during the activation but at least I know where to look! | 14:13:50 |
tebriel | (one of my secrets isn't encrypted for this user so agenix fails to decrypt it) | 14:14:06 |