task | add t2 and pi1
This commit is contained in:
parent
e485c0b0b6
commit
48dcf2c25d
8 changed files with 101 additions and 25 deletions
|
|
@ -15,4 +15,7 @@
|
|||
../wm
|
||||
];
|
||||
networking.hostName = "t2";
|
||||
deployment = {
|
||||
tags = ["arm"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,4 +33,5 @@
|
|||
# networking.interfaces.wlu1.useDHCP = lib.mkDefault true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
|
||||
nixpkgs.config.allowUnsupportedSystem = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue