diff options
author | Soispha <soispha@vhack.eu> | 2023-04-12 11:15:34 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:30:25 +0200 |
commit | f49e0e6220df727e5a3fe52788caaf4ee38a5ccf (patch) | |
tree | 7215a253bbe5916df19b5619213e8aef2ca76822 /hosts | |
parent | Feat(system/services/backup): Add (diff) | |
download | nixos-config-f49e0e6220df727e5a3fe52788caaf4ee38a5ccf.tar.gz nixos-config-f49e0e6220df727e5a3fe52788caaf4ee38a5ccf.zip |
Feat(host/tiamat): Activate backup
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tiamat/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix index 137e9b68..2a21ffb9 100644 --- a/hosts/tiamat/configuration.nix +++ b/hosts/tiamat/configuration.nix @@ -14,6 +14,10 @@ ]; soispha = { + fs.backup = { + enable = true; + backupDiskUuid = "d1c6e0f6-1837-40fd-bb29-251d5ea0ddb0"; + }; users = { hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one }; |