From b64c94d4e91d118088f230b9c72efa78421056c2 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 3 Jul 2022 22:58:24 +0200 Subject: fmt --- hosts/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 9b3cb8f..555998e 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -54,12 +54,12 @@ users.mutableUsers = false; - users.users.root.hashedPassword = secrets.root_hashed_password; + users.users.root.hashedPassword = secrets.root.hashed_password; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.baitinq = { isNormalUser = true; extraGroups = [ "wheel" "audio" "video" ]; # Enable ‘sudo’ for the user. - hashedPassword = secrets.baitinq_hashed_password; + hashedPassword = secrets.baitinq.hashed_password; }; environment.variables = { -- cgit 1.4.1