feat(hosts): add NaroMk3 to the existing hosts

This commit is contained in:
2025-12-06 16:35:30 +01:00
parent 473a6f5b75
commit 9071957b4c
14 changed files with 320 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
{
imports = [../light-home.nix];
home = {
cli.nh.flake = "/home/phundrak/.dotfiles";
phundrak.sshKey.content = builtins.readFile ../../../keys/id_naromk3.pub;
};
}

View File

@@ -1,7 +1,7 @@
{
imports = [../light-home.nix];
home = {
cli.nh.flake = "/tank/phundrak/nixos";
cli.nh.flake = "/tank/phundrak/.dotfiles";
phundrak.sshKey.content = builtins.readFile ../../../keys/id_tilo.pub;
};
}