test
This commit is contained in:
parent
c7f027fa04
commit
f7dc66ccc0
2 changed files with 2 additions and 2 deletions
|
@ -18,4 +18,4 @@
|
||||||
font-awesome
|
font-awesome
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
# nix build .#nixosConfigurations.nixos-rpi4-img.config.system.build.sdImage
|
# nix build .#nixosConfigurations.nixos-rpi4-img.config.system.build.sdImage
|
||||||
nixpkgs.hostPlatform.system = "aarch64-linux";
|
nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||||
nixpkgs.buildPlatform.system = "x86_64-linux";
|
nixpkgs.buildPlatform.system = "x86_64-linux";
|
||||||
nixpkgs.crossSystem.system = "armv7l-linux";
|
# nixpkgs.crossSystem.system = "armv7l-linux";
|
||||||
networking.hostName = "nixos-rpi4-img";
|
networking.hostName = "nixos-rpi4-img";
|
||||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue