mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
Added key for macintosh
This commit is contained in:
parent
ec84636e99
commit
2b510e6304
3 changed files with 73 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue