Compare commits

..

No commits in common. "fbef60be21d8bf20da66a58b255ee731beb0b596" and "9178d539f00010b6432d4037f2564d6ea21a730d" have entirely different histories.

3 changed files with 6 additions and 10 deletions

View file

@ -196,6 +196,12 @@ in
# profile sync daemon
services.psd.enable = true;
services.smartd =
{
enable = true;
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
};
fonts = {
fontDir.enable = true;
fontconfig.enable = true;

View file

@ -32,10 +32,5 @@
system.stateVersion = "23.11"; # Did you read the comment?
hardware.enableRedistributableFirmware = true;
services.fwupd.enable = true;
# I do not need fingerprint reading
services.fprintd.enable = false;
}

View file

@ -64,9 +64,4 @@ in
boot.tmp.useTmpfs = true;
fileSystems."/tmp".fsType = "tmpfs";
services.smartd =
{
enable = true;
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
};
}