No Commas

This commit is contained in:
Annika Merris 2024-07-23 15:17:23 -04:00
parent 877e1ea60f
commit 901102b504

View file

@ -6,7 +6,7 @@
isNormalUser = true;
home = "/home/annika";
description = "Annika Merris";
extraGroups = [ "networkmanager", "wheel" ];
extraGroups = [ "networkmanager" "wheel" ];
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9NhsAOBwWBdBeenfaPoRtqQrAIgg7E5m4sKYQU9cFx annika@kim" ];
hashedPasswordFile = config.sops.secrets.annika_password;
};