Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
17
home-modules/applications/emanote.nix
Normal file
17
home-modules/applications/emanote.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.emanote.homeManagerModule
|
||||
];
|
||||
services.emanote = {
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
port = 7000;
|
||||
notes = [
|
||||
"/home/fhauser/cloud/Notes"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue