nixos/modules/hosts/crow/default.nix

6 lines
118 B
Nix
Raw Normal View History

2026-04-26 16:09:24 +00:00
{ self, inputs, ... }: {
flake.nixosConfigurations.crow = inputs.nixpkgs.lib.nixosSystem {
modules= [ ];
};
}