Kieran Klukas
Kieran Klukas
following up on this; we ended up migrating away from cockroach because of how expensive it started being at scale and migrated to postgres. once we switched over to postgres...
I made a config for the webcam! Home Manager nix config: ```nix "custom/webcam" = { return-type = "json"; interval = 2; exec = mkScript { deps = [pkgs.jq pkgs.psmisc]; script...
totaly understand if that is not in this projects scope
oof just saw that discord broke this ðŸ˜; I might take a look at trying to get this to work with the new discord theme via stylus
🫡 on it!
that would be a good idea
The pipe character seems to be able to be used by escaping a backslash. "\\"
The backslash isn't displayed with "\\\\" nor "\\"
Most likely. I didn't get any errors in building or flashing though.
nvm i feel a bit silly; you need to import `inputs.agenix.homeManagerModules.default` and then define your secrets. It would definetly be very helpful to add docs for this