From f49e0e6220df727e5a3fe52788caaf4ee38a5ccf Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 12 Apr 2023 11:15:34 +0200 Subject: Feat(host/tiamat): Activate backup --- hosts/tiamat/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts') 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 }; -- cgit 1.4.1