dotfiles/nixos/machines/biskcomp.nix

8 lines
84 B
Nix

{
imports = [
../raspberry-pi.nix
];
networking.hostName = "biskcomp";
}