homelab/modules/default.nix
Lzebulon 6d99123d55
All checks were successful
/ check (push) Successful in 32s
format && add node monitoring
2025-11-03 23:28:25 +01:00

8 lines
113 B
Nix

{ ... }:
{
imports = [
./common
];
nix.settings.experimental-features = [ "flakes" "nix-command" ];
}