9 lines
No EOL
86 B
Nix
9 lines
No EOL
86 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./common.nix
|
|
];
|
|
|
|
networking.hostName = "homura";
|
|
} |