Add initial suport for configuring Archie (very incomplete, but I'll work for now)

This commit is contained in:
Toast 2023-06-01 20:34:53 +02:00
parent ea1a31f442
commit 7e8329d21e
4 changed files with 168 additions and 0 deletions

8
machines/Archie/default.nix Executable file
View file

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