wip mbp hw config
This commit is contained in:
parent
161d78902e
commit
aee35ecfa3
7 changed files with 86 additions and 31 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue