Files
Olympus/modules/hosts/z2w/configuration.nix
2026-04-24 09:14:21 -05:00

12 lines
124 B
Nix

{ ... }: {
flake.nixosModules.z2w = { ... }: {
imports = [
];
config = {
};
};
}