mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
update flake
This commit is contained in:
parent
fe724206dd
commit
ffe49cfd32
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue