hostname configurations

This commit is contained in:
Dea 2026-01-08 13:59:34 -05:00
parent c2b4c31837
commit 73abed8eb5
4 changed files with 42 additions and 9 deletions

View file

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