diff --git a/machines/macintosh/home-julien.nix b/machines/macintosh/home-julien.nix index a47e9f3..312c041 100644 --- a/machines/macintosh/home-julien.nix +++ b/machines/macintosh/home-julien.nix @@ -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;