homelab/modules/default.nix
Lzebulon 5939aa8996
Some checks failed
/ check (push) Failing after 7s
format && add node monitoring
2025-11-03 23:25:59 +01:00

8 lines
113 B
Nix

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