mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
12 lines
186 B
Nix
12 lines
186 B
Nix
{...}: {
|
|
imports = [
|
|
./hardware.nix
|
|
./environment.nix
|
|
];
|
|
config = {
|
|
networking.hostName = "vinzenz-lpt2";
|
|
|
|
nix.settings.extra-platforms = ["aarch64-linux"];
|
|
};
|
|
}
|