module cleanup

This commit is contained in:
Chris Dombroski 2024-08-20 20:03:18 -04:00
parent 8456ea32af
commit 12df3009d1
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
{ ... }: { boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; } { boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; }

View file

@ -1,4 +1,4 @@
{ ... }: { {
systemd.network.enable = true; systemd.network.enable = true;
networking.useNetworkd = true; networking.useNetworkd = true;
services.resolved = { services.resolved = {

View file

@ -1,4 +1,4 @@
{ ... }: { {
services.smartd = { services.smartd = {
enable = true; enable = true;
defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)"; defaults.monitored = "-a -o on -s (S/../.././02|L/../../7/04)";