From a12774728b56b71e4b00912a2bb71ba5cd69d8a6 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 3 Apr 2023 08:47:10 +0200 Subject: Fix(host/tiamat): Update to new install --- hosts/tiamat/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'hosts/tiamat/configuration.nix') diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix index 44a89d70..137e9b68 100644 --- a/hosts/tiamat/configuration.nix +++ b/hosts/tiamat/configuration.nix @@ -10,10 +10,14 @@ ./hardware ./networking.nix - ../../secrets - ../../system ]; + soispha = { + users = { + hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one + }; + }; + system.stateVersion = "23.05"; } -- cgit 1.4.1