summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorphaer <hello@phaer.org>2022-09-29 12:36:05 +0200
committerphaer <hello@phaer.org>2022-09-30 14:53:50 +0200
commitfcd508704649c12281ffc7fa915bf3cb09f1dcd5 (patch)
tree17356af853d93f855a49855cc64e549179c6ccf9 /pkgs/os-specific
parentd2b7f4ad5f78a0f9989cb30f1f8f595dbc0dbb27 (diff)
downloadnixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.tar
nixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.tar.gz
nixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.tar.bz2
nixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.tar.lz
nixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.tar.xz
nixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.tar.zst
nixpkgs-fcd508704649c12281ffc7fa915bf3cb09f1dcd5.zip
systemd: build with portabled by default.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 5b417369a55..7f478435806 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -92,7 +92,7 @@
 , withOomd ? true
 , withPCRE2 ? true
 , withPolkit ? true
-, withPortabled ? false
+, withPortabled ? true
 , withRemote ? !stdenv.hostPlatform.isMusl
 , withResolved ? true
 , withShellCompletions ? true
@@ -677,7 +677,7 @@ stdenv.mkDerivation {
     # runtime; otherwise we can't and we need to reboot.
     interfaceVersion = 2;
 
-    inherit withCryptsetup withHostnamed withImportd withLocaled withMachined withTimedated withUtmp util-linux kmod kbd;
+    inherit withCryptsetup withHostnamed withImportd withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
 
     tests = {
       inherit (nixosTests) switchTest;