add host info

This commit is contained in:
♥ Minnie ♥ 2024-01-01 07:21:45 +08:00
parent c8ce212bef
commit 8c11c9336c

View file

@ -44,7 +44,17 @@
};
# Enable home-manager
programs.home-manager.enable = true;
programs = {
home-manager.enable = true;
ssh = {
enable = true;
matchBlocks = {
"fuchsia" = {
hostname = "192.168.1.101";
};
};
};
};
home = {
# Setup our user environment