nixos/modules/hosts/crow/default.nix

6 lines
154 B
Nix
Raw Normal View History

2026-04-26 16:09:24 +00:00
{ self, inputs, ... }: {
flake.nixosConfigurations.crow = inputs.nixpkgs.lib.nixosSystem {
2026-05-17 18:21:44 +00:00
modules= [ self.nixosModules.crowConfiguration ];
2026-04-26 16:09:24 +00:00
};
}