Advertisement
Guest User

Untitled

a guest
Mar 16th, 2020
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. home.activation = {
  2. activateSSHKey = lib.hm.dag.entryAfter ["writeBoundary"] ''
  3. $DRY_RUN_CMD cp $VERBOSE_ARG ${./programs/ssh + "/${config.networking.hostName}-root.password"} /root/.ssh/id_rsa
  4. $DRY_RUN_CMD chmod $VERBOSE_ARG 600 /root/.ssh/id_rsa
  5. '';
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement