Added key for macintosh

This commit is contained in:
Julien Malka 2021-12-28 17:00:29 +01:00
parent ec84636e99
commit 2b510e6304
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
3 changed files with 73 additions and 0 deletions

View file

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