about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authornikstur <nikstur@outlook.com>2024-03-18 10:27:22 +0100
committerGitHub <noreply@github.com>2024-03-18 10:27:22 +0100
commita1c4f0a754752ad00277eeeb7b712e2eb05b9b3c (patch)
treeeed61204aa7ab75b72775a674c6b03e71e3f5184 /pkgs/os-specific
parent5a9a64987bcf1d4d2e78296c632d9409c4bb850e (diff)
parent375868120042070daaf715f72d1a6df94e714a26 (diff)
Merge pull request #282022 from ElvishJerricco/gpt-auto-root
nixos: Support systemd-gpt-auto-root
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 135d61fd71d75..05e66dd704afd 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -866,7 +866,7 @@ stdenv.mkDerivation (finalAttrs: {
     # needed - and therefore `interfaceVersion` should be incremented.
     interfaceVersion = 2;
 
-    inherit withBootloader withCryptsetup withHostnamed withImportd withKmod
+    inherit withBootloader withCryptsetup withEfi withHostnamed withImportd withKmod
       withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
 
     tests = {