mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 22:57:17 +02:00
refactor(home): consolidate host home modules under home/hosts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
hostName = "fern";
|
||||
in
|
||||
{
|
||||
imports = [ ../../darwin ];
|
||||
|
||||
programs.ssh.matchBlocks."github.com".identityFile =
|
||||
"${config.home.homeDirectory}/.ssh/${hostName}";
|
||||
}
|
||||
Reference in New Issue
Block a user