diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-16 00:10:14 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-16 00:10:14 +0100 |
commit | 0826536ccda6729152eeb7c8cff9b32fb51405e7 (patch) | |
tree | db2413e85ea4a9087ec4d51eda4290b3b3a4b260 | |
parent | 35733c66454cf0ce153a9730be77d51223397933 (diff) | |
download | nixos-personal-0826536ccda6729152eeb7c8cff9b32fb51405e7.tar.gz nixos-personal-0826536ccda6729152eeb7c8cff9b32fb51405e7.tar.bz2 nixos-personal-0826536ccda6729152eeb7c8cff9b32fb51405e7.zip |
lipwig: remove homeassistant plugin for nextcloud
Kind of not usefull.
-rw-r--r-- | nixos/machine/lipwig.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/machine/lipwig.nix b/nixos/machine/lipwig.nix index 53bf8d5..45d5215 100644 --- a/nixos/machine/lipwig.nix +++ b/nixos/machine/lipwig.nix @@ -182,11 +182,6 @@ sha256 = "17qkkkmc3gai6pryl3lb4y074pzbjk26swnpgvy6qfvkp64n8bw1"; license = "agpl3"; }; - integration_homeassistant = pkgs.fetchNextcloudApp { - url = "https://github.com/poulou0/nextcloud-homeassistant-integration/releases/download/v0.0.3/integration_homeassistant.tar.gz"; - sha256 = "18ld0yvdffkiciz782p3019c22cjyb463c7ricrd953r5p85xcqs"; - license = "agpl3"; - }; integration_github = pkgs.fetchNextcloudApp { url = "https://github.com/nextcloud-releases/integration_github/releases/download/v2.0.6/integration_github-v2.0.6.tar.gz"; sha256 = "0rjdlsalayb21nmh3j5bl42dcbavxka2r5g9csagz7vc9dl0qrw6"; |