minor fixes

This commit is contained in:
Vivian 2023-03-21 11:27:01 +01:00
parent 72e1086d91
commit 7dc194f9e5
3 changed files with 7 additions and 8 deletions

View file

@ -3,4 +3,7 @@ _: {
# Supress systemd services that don't work (correctly) on LXC
systemd.suppressedSystemUnits = [ "dev-mqueue.mount" "sys-kernel-debug.mount" "sys-fs-fuse-connections.mount" ];
# https://github.com/NixOS/nixpkgs/issues/157449#issuecomment-1459299764
boot.specialFileSystems."/run".options = [ "rshared" ];
}