remove playactor from home-assistant
This commit is contained in:
parent
eee540b359
commit
6044d2da4c
1 changed files with 0 additions and 4 deletions
|
|
@ -1,7 +1,4 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
nodePkgs = pkgs.callPackage ./pkgs/playactor/default.nix { };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./utils/modules/sops.nix
|
||||
|
|
@ -32,7 +29,6 @@ in
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodePkgs.playactor
|
||||
pkgs.jq
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue