fix(boot): set up sbctl unconditionally
This commit is contained in:
parent
c971d9ef2c
commit
ac14001646
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# symlink for sbctl
|
# symlink for sbctl
|
||||||
environment.etc.secureboot = mkIf cfg.lanzaboote { source = sbPath; };
|
environment.etc.secureboot.source = sbPath;
|
||||||
#environment.systemPackages = optional cfg.lanzaboote pkgs.sbctl;
|
environment.systemPackages = [ pkgs.sbctl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue