Merge branch 'main' into auto_update_deps
This commit is contained in:
commit
a710abccfb
2 changed files with 3 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ More features may follow later.
|
||||||
|
|
||||||
## Supported Systems
|
## Supported Systems
|
||||||
|
|
||||||
System Manger is currently only supported on NixOS and Ubuntu. However, it can be used on other distributions by enabling the following:
|
System Manager is currently only supported on NixOS and Ubuntu. However, it can be used on other distributions by enabling the following:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,8 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enableStrictShellChecks = lib.mkEnableOption "running shellcheck on the generated scripts for systemd units.";
|
||||||
|
|
||||||
units = lib.mkOption {
|
units = lib.mkOption {
|
||||||
description = lib.mdDoc "Definition of systemd units.";
|
description = lib.mdDoc "Definition of systemd units.";
|
||||||
default = { };
|
default = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue