Fix layers argument

This commit is contained in:
Sridhar Ratnakumar 2021-06-28 20:33:58 -04:00
parent c18f139a83
commit 7680daa952

View file

@ -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";
};
};
}