This commit is contained in:
Julian 2022-12-20 22:10:42 -08:00
parent d3bc95e428
commit 969e9a693f

View file

@ -1,12 +0,0 @@
{
description = "NixOS configuration with flakes";
inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
outputs = { self, nixpkgs, nixos-hardware }: {
nixosConfigurations.<your-hostname> = nixpkgs.lib.nixosSystem {
modules = [
nixos-hardware.nixosModules.framework
];
};
};
}