fix eval
This commit is contained in:
parent
20fc4c8f96
commit
fe3cb577c1
|
@ -5,7 +5,7 @@ in
|
||||||
{
|
{
|
||||||
config = lib.mkIf (cfg.enable && cfg.netboot) {
|
config = lib.mkIf (cfg.enable && cfg.netboot) {
|
||||||
|
|
||||||
systemd.services.openssh.after = [ "provision-ssh-hostkey" ];
|
systemd.services.openssh.after = [ "provision-ssh-hostkey.service" ];
|
||||||
systemd.services.provision-ssh-hostkey = {
|
systemd.services.provision-ssh-hostkey = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue