1
0
Fork 0
forked from dea/dea-files
dea-files/hosts/nahemah/default.nix
2026-03-07 13:08:30 +10:00

7 lines
99 B
Nix

{...}: {
imports = [
./hardware-configuration.nix
];
networking.hostName = "nahemah";
}