mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
ssh keys
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
imports = with config.flake.homeModules; [
|
||||
base-usr-git-all
|
||||
base-usr-zsh-all
|
||||
base-usr-ssh-all
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
6
modules/base/usr/ssh-all.nix
Normal file
6
modules/base/usr/ssh-all.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }: {
|
||||
flake.homeModules.base-usr-ssh-all = { config, ... }: {
|
||||
home.file.".intern.pub".source = config.sops.users.mo.intern.public;
|
||||
home.file.".extern".source = config.sops.users.mo.extern.private;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user