diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-04-24 13:46:18 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-04-24 13:46:18 -0700 |
| commit | 94f8172f0f5a6d5568b5204d88c5d45e77a20f69 (patch) | |
| tree | a4a11722232dc2e015e2c32eeebf12be4fd5f53f /hosts/aptos/default.nix | |
| parent | tmux: start windows at 1 (diff) | |
| download | infra-94f8172f0f5a6d5568b5204d88c5d45e77a20f69.tar.gz | |
backups: do backups for the laptop
From the laptop I only backup /home/fcuny, as the rest should be
straightforward to rebuild with nix.
I run that backup as my own user, since I need my ssh key to use the
remote repository (which is on the NAS). I also need a new secret for
it (I might have been able to use `pass' for this, but well, that's easy
enough).
For the NAS, I update the list of directories to backup to include home,
this will be on the systems backup.
Diffstat (limited to 'hosts/aptos/default.nix')
| -rw-r--r-- | hosts/aptos/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 5887d46..04d45ee 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -7,6 +7,7 @@ ./networking.nix ./profile.nix ./home.nix + ./services.nix ]; virtualisation.docker = { enable = true; }; |
