From dffafa89730fe536797ec9c03b8fc64dae391af7 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 20 Sep 2022 15:08:34 +0200 Subject: [PATCH] nishimiya: Changes --- hosts/nishimiya.nix | 4 +++- modules/users/alexander.nix | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/hosts/nishimiya.nix b/hosts/nishimiya.nix index 5fbf8de..39ad5e8 100644 --- a/hosts/nishimiya.nix +++ b/hosts/nishimiya.nix @@ -120,9 +120,11 @@ enable = true; layout = "de"; libinput.enable = true; - }; + }; }; + virtualisation.docker.enable = true; + environment.systemPackages = with pkgs; [ ansible gnumake diff --git a/modules/users/alexander.nix b/modules/users/alexander.nix index dfb649d..d4f894f 100644 --- a/modules/users/alexander.nix +++ b/modules/users/alexander.nix @@ -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";