-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: mount propagation (and also oomd) #178
Conversation
ew ew ew ew ew ew
The /dev/shm dance is lifted from https://github.com/arkane-systems/bottle-imp/blob/master/binsrc/imp-executor/__main__.py#L28 |
# this option doesn't exist on older NixOS, so hack. | ||
(lib.optionalAttrs (builtins.hasAttr "oomd" options.systemd) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should just lift the minimal supported version to 22.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is probably better done in a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That'd be #177
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not really dropping support for 22.05 though.
ugh.