update flake

This commit is contained in:
TheWanderingCrow 2024-12-25 15:44:13 -05:00
parent fe724206dd
commit ffe49cfd32

View file

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