Fix formatting
This commit is contained in:
parent
3d2f60e2a2
commit
184580738c
6 changed files with 10 additions and 4 deletions
|
@ -3,11 +3,10 @@
|
|||
{
|
||||
services.emanote = {
|
||||
enable = true;
|
||||
# host = "127.0.0.1"; # default listen address is 127.0.0.1
|
||||
# port = 8080; # default http port is 7000
|
||||
host = "127.0.0.1";
|
||||
port = 7000;
|
||||
notes = [
|
||||
"/home/fhauser/shares/cloud.qo.is/Notes"
|
||||
];
|
||||
# package = emanote.packages.${builtins.currentSystem}.default;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue