update flake

This commit is contained in:
TheWanderingCrow 2024-12-25 15:33:30 -05:00
parent aaea5d9650
commit 7daf7f940f

View file

@ -14,9 +14,14 @@
home-manager,
...
} @ inputs: {
nixosConfigurations = {
Parzival-Mobile = nixpkgs.lib.nixosSystem {
specialArgs = {inherit nixpkgs inputs;};
specialArgs = {
inherit inputs;
nixpkgs.config.system = "x86_64-linux";
nixpkgs.config.allowUnfree = true;
};
modules = [
./hosts/Parzival-Mobile
home-manager.nixosModules.home-manager