mayflower has logged on

This commit is contained in:
Jill 2022-10-18 12:53:24 +02:00
parent 13b4a11f84
commit f0ae1728ea
2 changed files with 20 additions and 0 deletions

View File

@ -11,4 +11,7 @@
ssh = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJUgEsAQ7EL5/3STLAk/0qWJddYqfBY71yS9RtRSWd3w JuiceSSH";
wg = "qT7gX8beM/kW9AYg5dV1e3cLzLDTLxMO2CmnbFpMVj4=";
};
"mayflower@BMW-M550d-xDrive" = { # car 5
ssh = "AAAAB3NzaC1yc2EAAAADAQABAAABAQCL75/Pg5bP7LaXE6uPyyv8QDRivWJC6YcH6oJJztkjqL6g+0xPPiN6I54q/bNF4nHA2BHVUktKUU9bGDEOpYIRq7kegp2/K/+FNTM1Kz6rJSrSc8e0Ogxg8vhD6maxqLU8q+D1OMhBu0UiWUB+GxXmeYfBtXPjpcE+AaJ80BPs7vwiulHPGn7UAcRuP36Z+3JJiN2BQnU2aizXWsgyU575Uy3DVvAt7eHon+SoJiTCs2//5KexJ42U6ZiE6f/oTFdiud70lpxhGgiiFvj6M9RZ0aLoxspiskW45jKLXIMJ+mO6husg9GfvCchbps3YkmH0hZ24Ii1EiFhi5HZMY0Lt";
};
}

View File

@ -59,6 +59,23 @@ in {
};
};
};
mayflower = {
conf = {
packages = with pkgs; [ ];
shell = pkgs.unstable.fish;
extraGroups = [ "wheel" "nix-users" "dotfiles" "yugoslavia" ];
initialHashedPassword = "!";
openssh.authorizedKeys.keys = [ keys."mayflower@BMW-M550d-xDrive".ssh ];
};
homeConf.home = {
sessionsVariables = {
EDITOR = "nvim";
NIX_REMOTE = "daemon";
};
};
};
};
keyboard = {