Add system definition maybe?

This commit is contained in:
Lillian Violet 2024-01-08 18:41:17 +01:00
parent 6782a2917a
commit 7a6b27e2e0

View file

@ -107,6 +107,7 @@
};
nixosConfigurations = {
wheatley = nixpkgs.lib.nixosSystem {
system = "armv7l-linux";
specialArgs = {inherit inputs outputs;};
modules = [
# > Our main nixos configuration file <