remove ssh private key and add it to sops.

This commit is contained in:
Ulic-youthlic 2025-01-08 20:35:26 +08:00
parent 914c64e982
commit 635f3cec9b
10 changed files with 91 additions and 14 deletions

View file

@ -1,8 +1,12 @@
{ lib, ... }:
{ inputs, lib, ... }:
{
imports = [
./nix.nix
];
imports =
(with inputs; [
sops-nix.homeManagerModules.sops
])
++ [
./nix.nix
];
options = {
youthlic.nixos.enable = lib.mkOption {