Init
This commit is contained in:
12
hosts/rpi-4/configuration.nix
Normal file
12
hosts/rpi-4/configuration.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user