Skip to content
Snippets Groups Projects
users.nix 196 B
Newer Older
  • Learn to ignore specific revisions
  • # Add your public key. Example:
    
    Tom Prince's avatar
    Tom Prince committed
    let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la";
    #let key = undefined;
    
    in { "root" = key; "vagrant" = key; }