nishimiya: Changes

This commit is contained in:
PapaTutuWawa 2023-09-18 13:09:58 +02:00
parent 91910ec46e
commit 86ce0ed9e6
2 changed files with 7 additions and 4 deletions

View File

@ -36,6 +36,8 @@
extraModulePackages = [ ];
# NOTE: See https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/e495/default.nix#L12
kernelParams = [ "acpi_backlight=native" ];
binfmt.emulatedSystems = ["aarch64-linux"];
};
ptw = {
@ -135,6 +137,7 @@
environment.systemPackages = with pkgs; [
ansible
gnumake
wireguard-tools
(pkgs.callPackage ./wrapper.nix {
inherit (pkgs) retroarch;

View File

@ -34,10 +34,10 @@
identitiesOnly = true;
};
taihou = {
port = sshPort;
hostname = "162.55.43.248";
user = "alexander";
identityFile = "~/.ssh/polynom.me_ayame";
port = 22;
hostname = "78.47.22.95";
user = "root";
identityFile = "~/.ssh/hetzner";
identitiesOnly = true;
};
"git.polynom.me" = {