Rename ‘boot.systemd’ to ‘systemd’
Suggested by Mathijs Kwik. ‘boot.systemd’ is a misnomer because systemd affects more than just booting. And it saves some typing.
This commit is contained in:
@@ -102,7 +102,7 @@ in
|
||||
|
||||
environment.systemPackages = [ mongodb ];
|
||||
|
||||
boot.systemd.services.mongodb =
|
||||
systemd.services.mongodb =
|
||||
{ description = "MongoDB server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
@@ -141,7 +141,7 @@ in
|
||||
|
||||
environment.systemPackages = [mysql];
|
||||
|
||||
boot.systemd.services.mysql =
|
||||
systemd.services.mysql =
|
||||
{ description = "MySQL Server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
@@ -134,7 +134,7 @@ in
|
||||
|
||||
environment.systemPackages = [mysql];
|
||||
|
||||
boot.systemd.services.mysql =
|
||||
systemd.services.mysql =
|
||||
{ description = "MySQL Server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
@@ -155,7 +155,7 @@ in
|
||||
|
||||
environment.systemPackages = [postgresql];
|
||||
|
||||
boot.systemd.services.postgresql =
|
||||
systemd.services.postgresql =
|
||||
{ description = "PostgreSQL Server";
|
||||
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
Reference in New Issue
Block a user