mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-31 07:50:14 +01:00
9 lines
132 B
Nix
9 lines
132 B
Nix
|
{...}: {
|
||
|
networking.hostName = "vinzenz-lpt";
|
||
|
|
||
|
imports = [
|
||
|
./common.nix
|
||
|
./vinzenz-lpt-hardware-configuration.nix
|
||
|
];
|
||
|
}
|