How to make my zk site execute automatically using systemd and emanote as input #568
FelipeMarcelino
started this conversation in
General
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I know that the flake.nix from
emanote-tempalte
when executed withnix run
generated the following commandsI would like to make a systems that execute this command automatically when I log into my machine, so I have a github repository with my notes and the flake.nix emanote-template.
Using this repository I import the flake as input to my nixos configuration flake like this:
Now, in one of my files, I tried to create a system service unit using home manager modules:
However, it is not working. How is the best way to make it work automatically as we did not know what is produced by emanote module

That is my current directory structure (The file containing the code related to service is inside
nixconfig/home-manager/common/emanote-site.nix
):My current flake.nix configuration for my hosts/users:
Beta Was this translation helpful? Give feedback.
All reactions