feat(hosts): add NaroMk3 to the existing hosts
This commit is contained in:
7
users/phundrak/host/naromk3.nix
Normal file
7
users/phundrak/host/naromk3.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user