package as flake

This commit is contained in:
Katherina Walshe-Grey 2024-07-25 12:53:46 +01:00
parent 04e5519bf3
commit 68b9a6f1bb
2 changed files with 5 additions and 0 deletions

6
module.nix Normal file
View file

@ -0,0 +1,6 @@
{
imports = [
./hosts.nix
./peering.nix
];
}