split files

This commit is contained in:
Vinzenz Schroeter 2023-04-04 21:41:44 +02:00
parent 38f35f3568
commit 76a7a31ef6
4 changed files with 136 additions and 123 deletions

8
vinzenz-lpt.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
networking.hostName = "vinzenz-lpt";
imports = [
./common.nix
./vinzenz-lpt-hardware-configuration.nix
];
}