infrastructure/nixos/common/generic-lxc.nix
2022-12-02 12:18:21 +01:00

7 lines
250 B
Nix

_: {
# See also: https://blog.xirion.net/posts/nixos-proxmox-lxc/
# Supress systemd services that don't work (correctly) on LXC
systemd.suppressedSystemUnits = [ "dev-mqueue.mount" "sys-kernel-debug.mount" "sys-fs-fuse-connections.mount" ];
}