Add nixos-test1

This commit is contained in:
2024-06-02 21:50:40 +02:00
parent 7f625ae39d
commit c347394ace
4 changed files with 72 additions and 1 deletions

View File

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