Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

For github actions / github pages CI, see https://github.com/srid/emanote-template/blob/master/.github/workflows/publish.yaml

Oh, and about customizing HTML/CSS - you can copy the [templates](https://github.com/EmaApps/emanote/tree/master/default/templates) directory (entire directory or just the files being overridden) locally and modify the relevant file. The "default" files come...

Well, this should be straightforward to implement, right? Look for hostname (fallback to $USER), and then use that to set the attribute here ... all done in the bash script:...

Ideally we want to have that in this repo, but for quick workaround, you can simply add a `writeShellApplication` based flake app that does this.

Alright, checkout #60 With it, you can do `nix run . $USER@$HOSTNAME`

@akavel Just wanted to leave a note saying that I'd be happy to satisfy this use case. In fact, I'd need it for myself as well. Just not sure what...

One approach we could adopt is to totally separate out the flakes. Each host gets its own `flake.nix`, but there's also a common flake (containing modules used by all hosts...

> One approach we could adopt is to totally separate out the flakes. Each host gets its own `flake.nix`, but there's also a common flake (containing modules used by all...

Happy to accept a docs PR for this, but this is what it looks like: https://github.com/srid/nixos-config/blob/17a7452602a9e0c9b8b35e8df91795003b1a051a/flake.nix#L88-L93