users: switch to systemd services by default
This commit is contained in:
@@ -172,7 +172,7 @@ let
|
||||
};
|
||||
serviceManager = mkOption {
|
||||
type = types.nullOr (types.enum [ "s6" "systemd" ]);
|
||||
default = "s6";
|
||||
default = "systemd";
|
||||
description = ''
|
||||
which service manager to plumb `services` into.
|
||||
'';
|
||||
|
Reference in New Issue
Block a user