enable trimm

This commit is contained in:
mjallen18
2024-03-05 14:07:45 -06:00
parent 58583a838e
commit 71f8ab78ae
3 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ in {
# Enable non free # Enable non free
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
services.fstrim.enable = lib.mkDefault true;
# Hardware configs # Hardware configs
hardware = { hardware = {
# Bluetooth # Bluetooth

View File

@@ -282,6 +282,9 @@ in {
nix-ld nix-ld
binutils binutils
gcc gcc
cmake
ffmpeg
ninja
nodejs-18_x nodejs-18_x
nut nut
]; ];

View File

@@ -35,7 +35,7 @@ with lib; {
tvPath = mkOption { tvPath = mkOption {
type = types.str; type = types.str;
default = "/mnt/mainpool/Tv"; default = "/mnt/mainpool/TV";
}; };
puid = mkOption { puid = mkOption {