mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 05:31:12 -05:00
No Commas
This commit is contained in:
parent
877e1ea60f
commit
901102b504
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/annika";
|
home = "/home/annika";
|
||||||
description = "Annika Merris";
|
description = "Annika Merris";
|
||||||
extraGroups = [ "networkmanager", "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9NhsAOBwWBdBeenfaPoRtqQrAIgg7E5m4sKYQU9cFx annika@kim" ];
|
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG9NhsAOBwWBdBeenfaPoRtqQrAIgg7E5m4sKYQU9cFx annika@kim" ];
|
||||||
hashedPasswordFile = config.sops.secrets.annika_password;
|
hashedPasswordFile = config.sops.secrets.annika_password;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue