1
0
Fork 0
forked from DGNum/lab-infra
lab-infra/machines/router02/_configuration.nix

17 lines
211 B
Nix
Raw Permalink Normal View History

2024-10-18 11:05:12 +02:00
{ lib, ... }:
lib.extra.mkConfig {
enabledModules = [
# List of modules to enable
];
enabledServices = [
# List of services to enable
"networking"
];
extraConfig = { };
root = ./.;
}