add logseq

This commit is contained in:
Rouven Seifert 2024-11-08 22:42:19 +01:00
parent 548787779c
commit 56aa737255
4 changed files with 53 additions and 32 deletions

View file

@ -20,4 +20,9 @@
};
};
# https://github.com/NixOS/nixpkgs/pull/351151#issuecomment-2440083015
# fix hosts using impermanence
boot.initrd.systemd.suppressedUnits = [ "systemd-machine-id-commit.service" ];
systemd.suppressedSystemUnits = [ "systemd-machine-id-commit.service" ];
}