about summary refs log tree commit diff
path: root/nix/users/emile/default.nix
blob: e60d851e2905157fafc49cf5de5f5f1291d69d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  # users.users.emile = {
  #   isNormalUser = true;
  #   extraGroups = [
  #     "wheel"
  #   ];
  #   openssh.authorizedKeys.keys = [
  #     (builtins.readFile ./ssh.pub)
  #   ];
  # };

  sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPZi43zHEsoWaQomLGaftPE5k0RqVrZyiTtGqZlpWsew";
}