mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove unneeded nextcloud apps
This commit is contained in:
parent
6dd9c08a46
commit
a68e5c5842
3 changed files with 0 additions and 26 deletions
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -232,19 +232,6 @@
|
|||
"type": "sourcehut"
|
||||
}
|
||||
},
|
||||
"nextcloud-side-menu": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1741801575,
|
||||
"narHash": "sha256-/TyrVD5Nx+rf2D4+pv2wIxzMdc08PDEpToCbI+A1ZPg=",
|
||||
"type": "tarball",
|
||||
"url": "https://gitnet.fr/deblan/side_menu/releases/download/v4.1.1/side_menu_v4.1.1.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
"url": "https://gitnet.fr/deblan/side_menu/releases/download/v4.1.1/side_menu_v4.1.1.tar.gz"
|
||||
}
|
||||
},
|
||||
"nextcloud-twofactor-totp": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
|
@ -392,7 +379,6 @@
|
|||
"home-manager": "home-manager",
|
||||
"home-manager-unstable": "home-manager-unstable",
|
||||
"lazy-apps": "lazy-apps",
|
||||
"nextcloud-side-menu": "nextcloud-side-menu",
|
||||
"nextcloud-twofactor-totp": "nextcloud-twofactor-totp",
|
||||
"nix-vscode-extensions": "nix-vscode-extensions",
|
||||
"nixos-hardware": "nixos-hardware",
|
||||
|
|
|
|||
|
|
@ -62,10 +62,6 @@
|
|||
url = "https://github.com/nextcloud-releases/twofactor_totp/releases/download/v6.4.1/twofactor_totp-v6.4.1.tar.gz";
|
||||
flake = false;
|
||||
};
|
||||
nextcloud-side-menu = {
|
||||
url = "https://gitnet.fr/deblan/side_menu/releases/download/v4.1.1/side_menu_v4.1.1.tar.gz";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
|||
|
|
@ -65,8 +65,6 @@ in
|
|||
inherit (config.services.nextcloud.package.packages.apps)
|
||||
calendar
|
||||
contacts
|
||||
deck
|
||||
onlyoffice
|
||||
;
|
||||
|
||||
twofactor_totp = pkgs.fetchNextcloudApp {
|
||||
|
|
@ -75,12 +73,6 @@ in
|
|||
license = "agpl3Plus";
|
||||
unpack = true;
|
||||
};
|
||||
side_menu = pkgs.fetchNextcloudApp {
|
||||
url = inputs.nextcloud-side-menu.outPath;
|
||||
sha256 = inputs.nextcloud-side-menu.narHash;
|
||||
license = "agpl3Plus";
|
||||
unpack = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue