about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index e177b93..707f7b4 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -56,7 +56,7 @@
 
   users.users.root.hashedPassword = secrets.root.hashed_password;
   # Define a user account. Don't forget to set a password with ‘passwd’.
-  users.users.baitinq = {
+  users.users.${user} = {
     isNormalUser = true;
     extraGroups = [ "wheel" "audio" "video" ]; # Enable ‘sudo’ for the user.
     hashedPassword = secrets.baitinq.hashed_password;