mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-10 10:12:37 +08:00
Fix layers argument
This commit is contained in:
parent
c18f139a83
commit
7680daa952
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in
|
|||
};
|
||||
serviceConfig = {
|
||||
Restart = "always";
|
||||
ExecStart = "${emanote}/bin/emanote -C /home/srid/Documents/Notes";
|
||||
ExecStart = "${emanote}/bin/emanote --layers /home/srid/Documents/Notes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue