about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-08-16 15:10:59 +0200
committeraszlig <aszlig@nix.build>2020-08-16 15:10:59 +0200
commit6258e389fc2316bec62e746cdac9481796b635f7 (patch)
treecb0a2b6edcaa393291593025a6e9666364a04acb /modules
parent1742de7b4383ee01aac4aa6ad9712a819a4c118c (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix2
1 files changed, 0 insertions, 2 deletions
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
     '';