about summary refs log tree commit diff
path: root/configuration.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-21 06:59:08 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-21 07:01:00 +0900
commit2ce14f17f2700f3188e3467d35fa218c018e9c73 (patch)
treef3956e3f6ad2428ab9d5e3fd55e684ce3a3050b5 /configuration.nix
parentbfa417e9a2790cd506393559207a751201d2159d (diff)
downloadnixos-conf-2ce14f17f2700f3188e3467d35fa218c018e9c73.tar.gz
Clean up
Diffstat (limited to 'configuration.nix')
-rw-r--r--configuration.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix
index c2167db..5db2c20 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -16,11 +16,11 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with loang configuration.  If not, see <https://www.gnu.org/licenses/>.
 
-{ config, pkgs, ... }:
+{ pkgs, ... }:
 {
   environment = {
     enableAllTerminfo = true;
-    systemPackages = with pkgs; [ git htop rsync vim ];
+    systemPackages = with pkgs; [ git htop man-pages rsync vim ];
   };
 
   fileSystems."/mnt/nas" = {
@@ -59,7 +59,7 @@
   system.stateVersion = "22.05";
 
   systemd.extraConfig = ''
-      DefaultTimeoutStartSec=900s
+    DefaultTimeoutStartSec=900s
   '';
 
   time.timeZone = "UTC";