Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwitt committed Jan 7, 2024
1 parent 9123355 commit 2f3d067
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@
self.nixosModules.common
self.nixosModules.nixos
./hosts/hestia/configuration
{
nixpkgs = {
config.allowUnfree = true;
inherit overlays;
};
}
];
specialArgs = { inherit inputs; };
};
Expand Down
2 changes: 0 additions & 2 deletions modules/nixos/nixos/profiles/home-automation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,5 @@ in
services.vaultwarden.enable = true;

services.zigbee2mqtt.enable = true;

services.zwave-js.enable = true;
};
}

0 comments on commit 2f3d067

Please sign in to comment.