update flake
This commit is contained in:
parent
7daf7f940f
commit
fe724206dd
1 changed files with 2 additions and 6 deletions
|
|
@ -14,14 +14,10 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
...
|
...
|
||||||
} @ inputs: {
|
} @ inputs: {
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
Parzival-Mobile = nixpkgs.lib.nixosSystem {
|
Parzival-Mobile = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {
|
nixpkgs.config.allowUnfree = true;
|
||||||
inherit inputs;
|
specialArgs = {inherit nixpkgs inputs;};
|
||||||
nixpkgs.config.system = "x86_64-linux";
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/Parzival-Mobile
|
./hosts/Parzival-Mobile
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue