This commit is contained in:
Don Harper 2024-01-08 07:13:16 -06:00
parent 73fadb981d
commit af5a52aed3
3 changed files with 53 additions and 0 deletions

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

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