Add jump host

This commit is contained in:
2024-03-14 16:54:48 +01:00
parent c6295df6d1
commit c7793f3715
3 changed files with 94 additions and 0 deletions

5
hosts/jump/default.nix Normal file
View File

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