mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/drive: init from legacy and enable mail on error
This commit is contained in:
parent
ea873305c8
commit
7bea060e81
7 changed files with 49 additions and 6 deletions
|
@ -16,4 +16,11 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
my.hardware = {
|
||||
drive-monitor = {
|
||||
enable = true;
|
||||
OnFailureMail = "server@buehler.rocks";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,4 +31,11 @@
|
|||
|
||||
# Fix wifi disconnect
|
||||
networking.networkmanager.wifi.powersave = false;
|
||||
|
||||
my.hardware = {
|
||||
drive-monitor = {
|
||||
enable = true;
|
||||
OnFailureMail = "server@buehler.rocks";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,6 +12,10 @@ in
|
|||
my.hardware = {
|
||||
bluetooth.enable = true;
|
||||
debug.enable = true;
|
||||
drive-monitor = {
|
||||
enable = true;
|
||||
OnFailureMail = "server@buehler.rocks";
|
||||
};
|
||||
firmware = {
|
||||
enable = true;
|
||||
cpuFlavor = cpuFlavor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue