feat: add flake-based NixOS and Home Manager config
Co-authored-by: aider (openrouter/openai/gpt-5.2) <aider@aider.chat>
This commit is contained in:
18
hosts/sam-4screen-desktop/hardware-configuration.nix
Normal file
18
hosts/sam-4screen-desktop/hardware-configuration.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
# -----------------------------------------------------------------------------
|
||||
# PLACEHOLDER hardware-configuration.nix
|
||||
#
|
||||
# Replace this file with the REAL generated hardware configuration from the
|
||||
# NixOS installer before installing / switching to this host configuration.
|
||||
#
|
||||
# How:
|
||||
# 1) Boot the NixOS installer ISO
|
||||
# 2) Partition/mount target as planned
|
||||
# 3) Run: nixos-generate-config --root /mnt
|
||||
# 4) Copy the generated /mnt/etc/nixos/hardware-configuration.nix into:
|
||||
# hosts/sam-4screen-desktop/hardware-configuration.nix
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
{ config, lib, pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user