From b472206de10b7eca76ab68e2b2ba9b261aca6edc Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 17:18:38 +0100 Subject: Fix(user): Add a real module and change passwords --- hosts/lahmu/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/lahmu/configuration.nix') diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix index 8e78949b..4c951d11 100644 --- a/hosts/lahmu/configuration.nix +++ b/hosts/lahmu/configuration.nix @@ -15,5 +15,12 @@ ../../services ]; + soispha = { + users = { +# enable = true; + hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; + }; + }; + system.stateVersion = "23.05"; } -- cgit 1.4.1