🧶
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

keyFiles typo

+1 -1
+1 -1
configuration.nix
··· 62 62 isNormalUser = true; 63 63 hashedPasswordFile = config.sops.secrets.USER_PASSWORD.path; 64 64 extraGroups = [ "wheel" ]; 65 - openssh.authorizedKeys.keyFiles = [ 65 + openssh.authorizedKeys.keys = [ 66 66 "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFkBn7CmyO2M/ICDrz4wODowaljw2Sq9AJHaSccwite8 jordi.izquierdo@mailbox.org" 67 67 ]; 68 68 };