fs: create symlinks at multi-user target by default
This commit is contained in:
@@ -109,7 +109,8 @@ let
|
|||||||
reverseDepends = mkOption {
|
reverseDepends = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
description = "list of systemd units which should be made to depend on this unit (controls `wantedBy` and `before`)";
|
description = "list of systemd units which should be made to depend on this unit (controls `wantedBy` and `before`)";
|
||||||
default = [];
|
# symlinks are assumed to be terminals, so create them on start by default
|
||||||
|
default = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user