enable trimm
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -282,6 +282,9 @@ in {
|
|||||||
nix-ld
|
nix-ld
|
||||||
binutils
|
binutils
|
||||||
gcc
|
gcc
|
||||||
|
cmake
|
||||||
|
ffmpeg
|
||||||
|
ninja
|
||||||
nodejs-18_x
|
nodejs-18_x
|
||||||
nut
|
nut
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user