diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-07-27 10:39:57 +1000 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-07-27 10:39:57 +1000 |
| commit | a6903cf7e3a451347160c92edb44ba288ebce747 (patch) | |
| tree | 449139625219844ba2613c71c38551b954b20c93 /modules/system | |
| parent | 5c8fb551822a137848a666472a17aeb651ee033d (diff) | |
activation-scripts: add extra comment
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/activation-scripts.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/activation-scripts.nix b/modules/system/activation-scripts.nix index 1495a7b..8325199 100644 --- a/modules/system/activation-scripts.nix +++ b/modules/system/activation-scripts.nix @@ -101,6 +101,8 @@ in ${cfg.activationScripts.preUserActivation.text} + # This should be running at the system level, but as user activation runs first + # we run it here with sudo ${cfg.activationScripts.createRun.text} ${cfg.activationScripts.checks.text} ${cfg.activationScripts.etcChecks.text} |
