org-roam notes sync service and new workflows

This commit is contained in:
Andrea Ciceri 2022-12-28 18:36:55 +01:00
parent 021ee17f1b
commit ff6d91c282
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
9 changed files with 52 additions and 24 deletions

View file

@ -72,10 +72,11 @@
system = supportedSystems.aarch64-linux;
modules = ["${nixosHardware}/pine64/pinebook-pro"];
};
beebox = mkConfiguration {
name = "beebox";
system = supportedSystems.x86_64-linux;
};
# Retired but it could be still usefull, so I'm not deleting it
# beebox = mkConfiguration {
# name = "beebox";
# system = supportedSystems.x86_64-linux;
# };
rock5b = mkConfiguration {
name = "rock5b";
system = supportedSystems.aarch64-linux;