wip mbp hw config

This commit is contained in:
Ronja Spiegelberg 2025-01-05 17:46:32 +01:00
parent 161d78902e
commit aee35ecfa3
7 changed files with 86 additions and 31 deletions

View file

@ -21,7 +21,10 @@ nixpkgs.lib.nixosSystem {
../../modules/podman.nix
{
networking.hostName = "vinzenz-lpt2";
networking = {
hostName = "vinzenz-lpt2";
networkmanager.enable = true;
};
nix.settings.extra-platforms = [
"aarch64-linux"
"i686-linux"