1
0
Fork 0
forked from dea/dea-files
flake-dea/hosts/nahemah/default.nix

8 lines
99 B
Nix
Raw Normal View History

2026-03-07 13:08:30 +10:00
{...}: {
imports = [
./hardware-configuration.nix
];
networking.hostName = "nahemah";
}