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
nixpkgs.config.allowUnfree = true;
services.fstrim.enable = lib.mkDefault true;
# Hardware configs
hardware = {
# Bluetooth

View File

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

View File

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