minor fixes
This commit is contained in:
parent
72e1086d91
commit
7dc194f9e5
3 changed files with 7 additions and 8 deletions
|
@ -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" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue