enable trimm
This commit is contained in:
@@ -18,6 +18,8 @@ in {
|
||||
# Enable non free
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
services.fstrim.enable = lib.mkDefault true;
|
||||
|
||||
# Hardware configs
|
||||
hardware = {
|
||||
# Bluetooth
|
||||
|
||||
@@ -282,6 +282,9 @@ in {
|
||||
nix-ld
|
||||
binutils
|
||||
gcc
|
||||
cmake
|
||||
ffmpeg
|
||||
ninja
|
||||
nodejs-18_x
|
||||
nut
|
||||
];
|
||||
|
||||
@@ -35,7 +35,7 @@ with lib; {
|
||||
|
||||
tvPath = mkOption {
|
||||
type = types.str;
|
||||
default = "/mnt/mainpool/Tv";
|
||||
default = "/mnt/mainpool/TV";
|
||||
};
|
||||
|
||||
puid = mkOption {
|
||||
|
||||
Reference in New Issue
Block a user