Added newton ssh key

This commit is contained in:
Julien Malka 2021-12-28 16:50:05 +01:00
parent 49299dc3b2
commit a1b0cc86fa

View file

@ -1,5 +1,24 @@
{ pkgs, config, lib, ... }:
{
sops.secrets.ssh-newton-pub = {
owner = "julien";
path = "/home/julien/.ssh/id_ed25519.pub";
mode = "0644";
format = "binary";
sopsFile = ../../secrets/ssh-newton-pub;
};
sops.secrets.ssh-newton-priv = {
owner = "julien";
path = "/home/julien/.ssh/id_ed25519";
mode = "0600";
format = "binary";
sopsFile = ../../secrets/ssh-newton-priv;
};
luj.hmgr.julien = {
luj.programs.neovim.enable = true;
luj.programs.git.enable = true;