nishimiya: Changes

This commit is contained in:
PapaTutuWawa 2022-09-20 15:08:34 +02:00
parent d0bd1ca8fa
commit dffafa8973
2 changed files with 10 additions and 1 deletions

View File

@ -123,6 +123,8 @@
}; };
}; };
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ansible ansible
gnumake gnumake

View File

@ -33,6 +33,13 @@
identityFile = "~/.ssh/polynom.me_ayame"; identityFile = "~/.ssh/polynom.me_ayame";
identitiesOnly = true; identitiesOnly = true;
}; };
taihou = {
port = sshPort;
hostname = "162.55.43.248";
user = "alexander";
identityFile = "~/.ssh/polynom.me_ayame";
identitiesOnly = true;
};
"git.polynom.me" = { "git.polynom.me" = {
port = 2222; port = 2222;
user = "gitea"; user = "gitea";