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 ++-- secrets/default.nix | Bin 391 -> 391 bytes 2 files changed, 2 insertions(+), 2 deletions(-) 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 = { diff --git a/secrets/default.nix b/secrets/default.nix index bcf48c9..25666b6 100644 Binary files a/secrets/default.nix and b/secrets/default.nix differ -- cgit 1.4.1