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/ace/default.nix Normal file
View file

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

View file

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

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

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

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

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

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

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

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

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

View file

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

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

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

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

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

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

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

View file

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

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

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

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

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

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

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