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

@ -120,9 +120,11 @@
enable = true;
layout = "de";
libinput.enable = true;
};
};
};
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
ansible
gnumake

View File

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