This commit is contained in:
2026-02-11 11:04:59 +01:00
commit 50d930e1ff
31 changed files with 2249 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ config, pkgs, primaryUser, ... }:
{
# Host-specific packages
environment.systemPackages = with pkgs; [
# python3
# nodejs
];
# Any RPi 4 specific customizations go here
networking.hostName = "rpi-4";
}