nixos/binfmt: restart systemd-binfmt when registrations change
This commit is contained in:
parent
9519670e6f
commit
ad83bff008
@ -321,5 +321,6 @@ in {
|
||||
"proc-sys-fs-binfmt_misc.mount"
|
||||
"systemd-binfmt.service"
|
||||
];
|
||||
systemd.services.systemd-binfmt.restartTriggers = [ (builtins.toJSON config.boot.binfmt.registrations) ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user