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