Merge branch 'main' into auto_update_deps

This commit is contained in:
Ramses 2024-10-19 20:42:29 +02:00 committed by GitHub
commit a710abccfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -104,7 +104,7 @@ More features may follow later.
## 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
{

View file

@ -47,6 +47,8 @@ in
'';
};
enableStrictShellChecks = lib.mkEnableOption "running shellcheck on the generated scripts for systemd units.";
units = lib.mkOption {
description = lib.mdDoc "Definition of systemd units.";
default = { };