Skip to content
Snippets Groups Projects
Select Git revision
0 results

users.nix

Blame
  • users.nix 160 B
    let
      jbaeth = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC2ME4kxDgS5KtwdITfq4hKuB6mQDv2zYsPcUlhXhZkS jehad@nixos"];
    in {
      "root" = jbaeth;
      "jbaeth" = jbaeth;
    }