hosts | add default.nix

This commit is contained in:
Don Harper 2024-01-04 21:57:07 -06:00
parent c82cccc342
commit 429a368e3d
14 changed files with 112 additions and 0 deletions

8
hosts/fred/default.nix Normal file
View file

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
];
}