Skip to content

Commit

Permalink
modules/shared/nix: add sshkey khanelimac
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 2, 2024
1 parent 8220ae7 commit 0df7484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ in
maxJobs = 16;
speedFactor = 10;
supportedFeatures = supportedFeatures ++ [ "kvm" ];
# TODO: figure out how to use sops secret on darwin
# sshKey = config.sops.secrets.khanelimac_khaneliman_ssh_key.path;
sshKey = config.sops.secrets.khanelimac_khaneliman_ssh_key.path;
})
]
++ lib.optionals (pkgs.stdenv.isLinux && config.${namespace}.security.sops.enable) (
Expand Down

0 comments on commit 0df7484

Please sign in to comment.