not what it's called.
This commit is contained in:
parent
9fdd6d58f8
commit
01f1e0f969
|
@ -10,6 +10,7 @@ in {
|
||||||
mkdir -p "$(dirname "${nixKey}")"
|
mkdir -p "$(dirname "${nixKey}")"
|
||||||
${config.nix.package}/bin/nix-store --generate-binary-cache-key ${config.networking.hostName} ${nixKey} ${nixKey}.pub
|
${config.nix.package}/bin/nix-store --generate-binary-cache-key ${config.networking.hostName} ${nixKey} ${nixKey}.pub
|
||||||
'';
|
'';
|
||||||
after = [ "FILESYSTEMS" ];
|
dependencies = [ "FILESYSTEMS" ];
|
||||||
|
before = [ "nix-daemon" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue