Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

shell.nix

Blame
  • Forked from PrivateStorage / PrivateStorageio
    Source project has a limited visibility.
    users.nix 197 B
    # Add your public key. Example:
    # let key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHx7wJQNqKn8jOC4AxySRL2UxidNp7uIK9ad3pMb1ifF flo@fs-la";
    let key = undefined;
    in { "root" = key; "vagrant" = key; }