1
0

profiles/netcup: Add profile for Netcup VM

This commit is contained in:
2025-03-13 18:04:19 +01:00
parent e4dc3bdc1f
commit ec6390be3f
5 changed files with 33 additions and 2 deletions

9
profiles/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{ ... }:
{
imports = [
./netcup
];
}