hostname configurations

This commit is contained in:
Albert Zhang 2026-01-08 13:59:34 -05:00
parent fad8d83815
commit 222265c092
4 changed files with 42 additions and 9 deletions

View file

@ -0,0 +1,12 @@
{
pkgs,
...
}:
{
networking.hostName = "nahemah";
environment.systemPackages = with pkgs; [
];
}

View file

@ -0,0 +1,12 @@
{
pkgs,
...
}:
{
networking.hostName = "sandalphon";
environment.systemPackages = with pkgs; [
];
}