nixos/modules/hosts/crow/default.nix
2026-05-17 18:21:44 +00:00

5 lines
154 B
Nix

{ self, inputs, ... }: {
flake.nixosConfigurations.crow = inputs.nixpkgs.lib.nixosSystem {
modules= [ self.nixosModules.crowConfiguration ];
};
}