Files
nix-fleet/modules/hosts/computer-mo/configuration.nix
2026-03-03 01:59:03 +01:00

10 lines
144 B
Nix

{ inputs, ...}:
{
flake.nixosModules.computer-mo = {
imports = with inputs.self.nixosModules; [
base
singledisk
];
};
}