nishimiya: Changes
This commit is contained in:
parent
91910ec46e
commit
86ce0ed9e6
@ -36,6 +36,8 @@
|
|||||||
extraModulePackages = [ ];
|
extraModulePackages = [ ];
|
||||||
# NOTE: See https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/e495/default.nix#L12
|
# NOTE: See https://github.com/NixOS/nixos-hardware/blob/master/lenovo/thinkpad/e495/default.nix#L12
|
||||||
kernelParams = [ "acpi_backlight=native" ];
|
kernelParams = [ "acpi_backlight=native" ];
|
||||||
|
|
||||||
|
binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
};
|
};
|
||||||
|
|
||||||
ptw = {
|
ptw = {
|
||||||
@ -135,6 +137,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ansible
|
ansible
|
||||||
gnumake
|
gnumake
|
||||||
|
wireguard-tools
|
||||||
|
|
||||||
(pkgs.callPackage ./wrapper.nix {
|
(pkgs.callPackage ./wrapper.nix {
|
||||||
inherit (pkgs) retroarch;
|
inherit (pkgs) retroarch;
|
||||||
|
@ -34,10 +34,10 @@
|
|||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
taihou = {
|
taihou = {
|
||||||
port = sshPort;
|
port = 22;
|
||||||
hostname = "162.55.43.248";
|
hostname = "78.47.22.95";
|
||||||
user = "alexander";
|
user = "root";
|
||||||
identityFile = "~/.ssh/polynom.me_ayame";
|
identityFile = "~/.ssh/hetzner";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
"git.polynom.me" = {
|
"git.polynom.me" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user