mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 10:42:14 -05:00
Do need config, also need path.
This commit is contained in:
parent
e0d963bd45
commit
8ade1a18a9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
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 = sops.secrets.annika_password;
|
hashedPasswordFile = config.sops.secrets.annika_password.path;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue