diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-18 22:09:05 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-18 22:09:05 +0200 |
| commit | 3fdf4a3e0dbd55b2b1dce12ca0396dc018c4e0e3 (patch) | |
| tree | b5f207fd899673597fe2cc8e3825866eb904296f /modules/sops.nix | |
| parent | e0a0b397fd015b6ec724fa20fa1ede5b8c8c3ddf (diff) | |
Added the changes for the Adguard fix
Diffstat (limited to 'modules/sops.nix')
| -rw-r--r-- | modules/sops.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sops.nix b/modules/sops.nix index 5e0fbf6..a71b370 100644 --- a/modules/sops.nix +++ b/modules/sops.nix @@ -30,6 +30,7 @@ owner = "adguardhome"; group = "adguardhome"; mode = "0400"; + restartUnits = [ "adguardhome.service" ]; }; }; }; |
