aphelion net fix
This commit is contained in:
@@ -20,6 +20,21 @@
|
||||
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
|
||||
];
|
||||
|
||||
services.smartd = {
|
||||
enable = true;
|
||||
devices = [
|
||||
{
|
||||
device = "/dev/disk/by-id/ata-ST2000DM008-2FR102_WFL4XPNJ"; # FIXME: Change this to your actual disk
|
||||
}
|
||||
{
|
||||
device = "/dev/disk/by-id/ata-ST2000DM008-2UB102_WFL64DH2";
|
||||
}
|
||||
{
|
||||
device = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNM0NC08795J";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
# still possible to use this option, but it's recommended to use it in conjunction
|
||||
|
||||
Reference in New Issue
Block a user