mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
users/admin: change password
This commit is contained in:
parent
a1656caa3a
commit
487d0717d5
@ -5,7 +5,7 @@
|
||||
{
|
||||
users.users.admin = {
|
||||
description = "The administrator account for the servers.";
|
||||
hashedPassword = "$6$QEHdYhTige1mhCyT$yIfecQpV0PZJNxdxVLiRAk.0UxYXYxASlzzyBoYqEkbRx2fsaF81JKaw.Alb.ENKY.5UKkGdcV8H4bPAdJIwR1";
|
||||
hashedPassword = "$6$KXZD6NvjtSkle/id$ECs7zIwDBOlQiFACsyot1gyjKG9UWMlUdRknVujE9efpHMQGx7.YZWyJ0VkV0ja0BPzeF/EzTu6n4EEF5ZHPD0";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
useDefaultShell = true;
|
||||
|
Loading…
Reference in New Issue
Block a user