1
0

create homeManagerModules.private for ssh hosts

This commit is contained in:
2025-11-04 22:28:28 -08:00
parent b0a0d1efcd
commit c21b432cb5
2 changed files with 47 additions and 0 deletions

View File

@@ -56,6 +56,12 @@
];
};
homeManagerModules.private = { ... }: {
imports = [
./home/private/ssh-hosts.nix
];
};
homeManagerModules.macos = { ... }: {
imports = [
./home/macos/home.nix