Provide example hostname flake and

This commit is contained in:
2024-06-06 19:50:20 -05:00
parent 245beea2bd
commit 215dea859c
4 changed files with 10 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
{
outputs { ... }: {
# Replace with system hostname and rename to flake.nix
hostname = "<hostnam>";
};
}