diff options
Diffstat (limited to 'modules/systemd-run0.nix')
| -rw-r--r-- | modules/systemd-run0.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/systemd-run0.nix b/modules/systemd-run0.nix new file mode 100644 index 00000000..8575ec7c --- /dev/null +++ b/modules/systemd-run0.nix | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | { config, lib, ... }: | ||
| 2 | { | ||
| 3 | config.security.pam.services.systemd-run0 = lib.mkIf (lib.versionAtLeast config.systemd.package.version "256") {}; | ||
| 4 | } | ||
