9 lines
132 B
Nix
9 lines
132 B
Nix
|
|
{...}: {
|
||
|
|
networking.hostName = "vinzenz-lpt";
|
||
|
|
|
||
|
|
imports = [
|
||
|
|
./common.nix
|
||
|
|
./vinzenz-lpt-hardware-configuration.nix
|
||
|
|
];
|
||
|
|
}
|