From 6258e389fc2316bec62e746cdac9481796b635f7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 16 Aug 2020 15:10:59 +0200 Subject: profiles/base: Remove showManual option definition The option has been removed upstream[1] and it only has been true by default for a very small time frame in 2014[2] and I believe even earlier (before the nixos -> nixpkgs merge) there was another occasion where it defaulted to true. However, with the option gone, this is now no longer necessary. [1]: https://github.com/NixOS/nixpkgs/commit/aebf9a4709215c230e5841d60e2 [2]: https://github.com/NixOS/nixpkgs/commit/b792394119b8ffc4a2fd34a6704 Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index 3f0e8b15..2f8f765b 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -44,8 +44,6 @@ in { vuizvui.user.aszlig.programs.zsh.enable = true; vuizvui.enableGlobalNixpkgsConfig = true; - services.nixosManual.showManual = false; - services.journald.extraConfig = '' MaxRetentionSec=3month ''; -- cgit 1.4.1