about summary refs log tree commit diff
path: root/nixos/modules/rename.nix
diff options
context:
space:
mode:
authormdarocha <git@mdarocha.pl>2023-03-19 12:46:32 +0100
committermdarocha <git@mdarocha.pl>2023-03-19 14:19:49 +0100
commit4062f28a76380f8dd88371c772948b977e024cb1 (patch)
tree28e69a0ab97f97f355b0166c71069a63346c234f /nixos/modules/rename.nix
parentf8ac00dd8060bb3d5b83c28e712f091116f15162 (diff)
downloadnixlib-4062f28a76380f8dd88371c772948b977e024cb1.tar
nixlib-4062f28a76380f8dd88371c772948b977e024cb1.tar.gz
nixlib-4062f28a76380f8dd88371c772948b977e024cb1.tar.bz2
nixlib-4062f28a76380f8dd88371c772948b977e024cb1.tar.lz
nixlib-4062f28a76380f8dd88371c772948b977e024cb1.tar.xz
nixlib-4062f28a76380f8dd88371c772948b977e024cb1.tar.zst
nixlib-4062f28a76380f8dd88371c772948b977e024cb1.zip
baget: remove due to upstream being unmaintained
Diffstat (limited to 'nixos/modules/rename.nix')
-rw-r--r--nixos/modules/rename.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/rename.nix b/nixos/modules/rename.nix
index d8a18cfcc6dc..2849b23fa2cb 100644
--- a/nixos/modules/rename.nix
+++ b/nixos/modules/rename.nix
@@ -44,6 +44,7 @@ with lib;
         The hidepid module was removed, since the underlying machinery
         is broken when using cgroups-v2.
     '')
+    (mkRemovedOptionModule [ "services" "baget" "enable" ] "The baget module was removed due to the upstream package being unmaintained.")
     (mkRemovedOptionModule [ "services" "beegfs" ] "The BeeGFS module has been removed")
     (mkRemovedOptionModule [ "services" "beegfsEnable" ] "The BeeGFS module has been removed")
     (mkRemovedOptionModule [ "services" "cgmanager" "enable"] "cgmanager was deprecated by lxc and therefore removed from nixpkgs.")