switched to flakes and built out modularity
This commit is contained in:
9
hosts/nixos/hardware-configuration.example.nix
Normal file
9
hosts/nixos/hardware-configuration.example.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copy this file to hardware-configuration.nix on a real NixOS host.
|
||||
# Generate the real file with:
|
||||
# sudo nixos-generate-config --show-hardware-config > hosts/<host>/hardware-configuration.nix
|
||||
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
# Example only. Replace with the real generated content for this host.
|
||||
}
|
||||
Reference in New Issue
Block a user