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