dea-files/hosts/sandalphon/configuration.nix

13 lines
113 B
Nix
Raw Normal View History

2026-01-08 13:59:34 -05:00
{
pkgs,
...
}:
{
networking.hostName = "sandalphon";
environment.systemPackages = with pkgs; [
];
}