Never mind that

This commit is contained in:
Lillian Violet 2024-01-08 18:23:08 +01:00
parent 97140c9201
commit df6af9895a

View file

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