diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:07:54 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:34:07 -0700 |
commit | 246326c215cec7a047b506b9bd13149f65bca658 (patch) | |
tree | 010032f6259f92ea087b5a2964287a46346fedee /hosts/aptos/services.nix | |
parent | ref(multimedia): move multimedia modules to hosts (diff) | |
download | world-246326c215cec7a047b506b9bd13149f65bca658.tar.gz |
ref(trusted): consume modules within host's configuration
Remove the trusted profiles, the modules are installed directly within the host configuration. Change-Id: I0566fb359803da16bdd3a38e2901deac477fb078 Reviewed-on: https://cl.fcuny.net/c/world/+/293 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/services.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 5e98947..ce89f43 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -8,6 +8,8 @@ in { # Enable TLP power management tlp.enable = true; + syncthing.enable = true; + backup = { enable = true; user = "fcuny"; |