Compare commits
No commits in common. "fbef60be21d8bf20da66a58b255ee731beb0b596" and "9178d539f00010b6432d4037f2564d6ea21a730d" have entirely different histories.
fbef60be21
...
9178d539f0
|
@ -196,6 +196,12 @@ in
|
||||||
# profile sync daemon
|
# profile sync daemon
|
||||||
services.psd.enable = true;
|
services.psd.enable = true;
|
||||||
|
|
||||||
|
services.smartd =
|
||||||
|
{
|
||||||
|
enable = true;
|
||||||
|
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
|
||||||
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
fontDir.enable = true;
|
fontDir.enable = true;
|
||||||
fontconfig.enable = true;
|
fontconfig.enable = true;
|
||||||
|
|
|
@ -32,10 +32,5 @@
|
||||||
system.stateVersion = "23.11"; # Did you read the comment?
|
system.stateVersion = "23.11"; # Did you read the comment?
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
services.fwupd.enable = true;
|
|
||||||
|
|
||||||
# I do not need fingerprint reading
|
|
||||||
services.fprintd.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,9 +64,4 @@ in
|
||||||
boot.tmp.useTmpfs = true;
|
boot.tmp.useTmpfs = true;
|
||||||
fileSystems."/tmp".fsType = "tmpfs";
|
fileSystems."/tmp".fsType = "tmpfs";
|
||||||
|
|
||||||
services.smartd =
|
|
||||||
{
|
|
||||||
enable = true;
|
|
||||||
devices = [{ device = "/dev/sda"; } { device = "/dev/sdb"; }];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue