Sridhar Ratnakumar
Sridhar Ratnakumar
When using small VPS, it doesn't make sense to build everything remotely. For this, provide an option to so we can build everything locally and `nix copy` it before doing...

Add this to https://community.flake.parts/services-flake/postgresql#guide ``` # In process-compose. { services.postgres.”pg1” = { extensions = (extensions: with extensions; [ timescaledb ]); }; } ``` _Originally posted by @shivaraj-bh in https://github.com/juspay/services-flake/discussions/491#discussioncomment-12590616_
Once it lands in nixpkgs: https://nixpk.gs/pr-tracker.html?pr=385761 See also #150
To avoid this evaluation:
WIP https://nixos.asia/en/nixos-install-oneclick ``` sudo nix --extra-experimental-features 'flakes nix-command' \ run github:nix-community/disko#disko-install -- \ --flake github:juspay/nixos-unified-template/disko#example \ --write-efi-boot-entries \ --disk main /dev/sda \ --system-config '{"nixpkgs": {"hostPlatform": "aarch64-linux"}}' ``` (That last line...
Unfortunately, the current one suggests imperative install through `nix-env -iA` (see screenshot). We should instead have it recommend `nix shell nixpkgs# -c ` or equivalent. cf. - https://github.com/srid/nixos-config/pull/72 - https://github.com/gvolpe/nix-index/pull/1...
Here, https://github.com/juspay/nixos-unified-template/blob/f5c0fc99f01784bfa0e3034a05dec12faca24fcf/modules/home/shell.nix#L13-L16
Using `nixd` cf. https://www.reddit.com/r/NixOS/comments/1gb7hhx/nixd_homemanager_modules_and_options/
## Description This PR may require changes before needing merge. All it does is **unconditionally** close the SSE connections before the page is about to be switched. The problem is...