Fix: point flake to target host

This commit is contained in:
Chris Thompson 2024-11-10 15:12:03 -05:00
parent 25a56cdcf2
commit 3146ba0781

View file

@ -14,7 +14,7 @@
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./configuration.nix
./hosts/supercell/configuration.nix
];
};
};