1
0
Fork 0
forked from DGNum/lab-infra

feat(router02): init

This commit is contained in:
sinavir 2024-10-18 11:05:12 +02:00
parent c81f2d3b73
commit 91f68b7501
7 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
];
enabledServices = [
# List of services to enable
"networking"
];
extraConfig = { };
root = ./.;
}