mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Nix] Don't be verbose if build user key already has the right permissions
This commit is contained in:
parent
6467771227
commit
db25cf92f8
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ in
|
||||||
system.activationScripts = {
|
system.activationScripts = {
|
||||||
buildUserKeySetup.text = ''
|
buildUserKeySetup.text = ''
|
||||||
cp --force -v ${buildUserKeyFile} ${buildUserKeyFilePath}
|
cp --force -v ${buildUserKeyFile} ${buildUserKeyFilePath}
|
||||||
chmod -v 400 ${buildUserKeyFilePath}
|
chmod -c 400 ${buildUserKeyFilePath}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue