module cleanup
This commit is contained in:
parent
8456ea32af
commit
12df3009d1
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
{ ... }: { boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; }
|
{ boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{
|
||||||
systemd.network.enable = true;
|
systemd.network.enable = true;
|
||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
|
|
|
@ -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)";
|
||||||
|
|
Loading…
Reference in a new issue