From 63410dbb2a6bcd29cdb264fd3ecbcfeb9d981ff1 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 21 Apr 2023 09:19:38 +0200 Subject: Feat(host/apzu): Add --- hosts/apzu/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hosts/apzu/configuration.nix') diff --git a/hosts/apzu/configuration.nix b/hosts/apzu/configuration.nix index 0e71a7ba..2a21ffb9 100644 --- a/hosts/apzu/configuration.nix +++ b/hosts/apzu/configuration.nix @@ -13,5 +13,15 @@ ../../system ]; + 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 + }; + }; + system.stateVersion = "23.05"; } -- cgit 1.4.1