Add initial suport for configuring Archie (very incomplete, but I'll work for now)
This commit is contained in:
parent
ea1a31f442
commit
7e8329d21e
4 changed files with 168 additions and 0 deletions
8
machines/Archie/default.nix
Executable file
8
machines/Archie/default.nix
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue