WIP raspberry pi support
This commit is contained in:
parent
510dd8cf8a
commit
c2e2ed5ea8
5 changed files with 63 additions and 34 deletions
|
@ -1,6 +1,18 @@
|
|||
{
|
||||
warwick = {
|
||||
type = "physical";
|
||||
arch = "aarch64-linux";
|
||||
|
||||
nixosModule.lab = {
|
||||
storage = {
|
||||
osDisk = "/dev/sda";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
atlas = {
|
||||
type = "physical";
|
||||
arch = "x86_64-linux";
|
||||
|
||||
nixosModule.lab = {
|
||||
storage = {
|
||||
|
@ -18,6 +30,7 @@
|
|||
|
||||
jefke = {
|
||||
type = "physical";
|
||||
arch = "x86_64-linux";
|
||||
|
||||
nixosModule = {
|
||||
lab = {
|
||||
|
@ -37,6 +50,7 @@
|
|||
|
||||
lewis = {
|
||||
type = "physical";
|
||||
arch = "x86_64-linux";
|
||||
|
||||
nixosModule.lab = {
|
||||
backups.enable = true;
|
||||
|
|
Reference in a new issue