sail/adsb-antenna: Install less docs
This commit is contained in:
parent
b2b56817ba
commit
f64bbca4a9
2 changed files with 8 additions and 2 deletions
|
@ -80,7 +80,10 @@ in
|
|||
SystemMaxUse=512M
|
||||
'';
|
||||
|
||||
documentation.doc.enable = false;
|
||||
documentation = {
|
||||
nixos.enable = false;
|
||||
doc.enable = false;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
|
|
|
@ -116,7 +116,10 @@ in
|
|||
SystemMaxUse=1G
|
||||
'';
|
||||
|
||||
documentation.doc.enable = false;
|
||||
documentation = {
|
||||
nixos.enable = false;
|
||||
doc.enable = false;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue