[NixOS] Add Raspberry Pi 4b Configuration

This commit is contained in:
2021-07-10 19:39:40 +00:00
parent d55bfbcc8e
commit 4c18542409
2 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
imports = [
../raspberry-pi.nix
];
networking.hostName = "biskcomp";
}