mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: allow violet to log into user account
This commit is contained in:
parent
84f7e2ce6a
commit
54447480e5
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@
|
|||
./../../modules/services/dandelion.nix
|
||||
];
|
||||
|
||||
users.users.liv.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOLdcB5JFWx6OK2BAr8J0wPHNhr2VP2/Ci6fv3a+DPfo liv@violet" # allow violet to log in over ssh to do back ups
|
||||
];
|
||||
|
||||
networking.hostName = "dandelion";
|
||||
|
||||
liv.server.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue