nishimiya: Changes
This commit is contained in:
parent
d0bd1ca8fa
commit
dffafa8973
@ -123,6 +123,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ansible
|
||||
gnumake
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user