mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nixos/nebula: Fix typo, chown -> chmod
This commit is contained in:
parent
9f1d2e97af
commit
89abe3c610
@ -136,9 +136,9 @@ in
|
|||||||
${name}.start()
|
${name}.start()
|
||||||
${name}.succeed(
|
${name}.succeed(
|
||||||
"mkdir -p /root/.ssh",
|
"mkdir -p /root/.ssh",
|
||||||
"chown 700 /root/.ssh",
|
"chmod 700 /root/.ssh",
|
||||||
"cat '${snakeOilPrivateKey}' > /root/.ssh/id_snakeoil",
|
"cat '${snakeOilPrivateKey}' > /root/.ssh/id_snakeoil",
|
||||||
"chown 600 /root/.ssh/id_snakeoil",
|
"chmod 600 /root/.ssh/id_snakeoil",
|
||||||
"mkdir -p /root"
|
"mkdir -p /root"
|
||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user