Max: Update display.
This commit is contained in:
parent
99d36841a7
commit
6e4cf16159
|
@ -18,17 +18,13 @@
|
||||||
};
|
};
|
||||||
display = {
|
display = {
|
||||||
primary = "eDP-1";
|
primary = "eDP-1";
|
||||||
# rotate = {
|
|
||||||
# tty = 90;
|
|
||||||
# DSI-1 = 90;
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
# sway.extraConfig = [
|
sway.extraConfig = [
|
||||||
# "input type:touch map_to_output DSI-1"
|
"output eDP-1 scale 2"
|
||||||
# ];
|
];
|
||||||
hwmon = {
|
hwmon = {
|
||||||
# file = "temp1_input";
|
file = "temp1_input";
|
||||||
# path = "/sys/devices/platform/coretemp.0/hwmon";
|
path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon";
|
||||||
};
|
};
|
||||||
amd = {
|
amd = {
|
||||||
gpu.enable = true;
|
gpu.enable = true;
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
# Keys that are allowd to connect via SSH to nixbuild user for Nix remote builds.
|
# Keys that are allowd to connect via SSH to nixbuild user for Nix remote builds.
|
||||||
builderKey = "nixbuilder-1:Skghjixd8lPzNe2ZEgYLM9Pu/wF9wiZtZGsdm3bo9h0=";
|
builderKey = "nixbuilder-1:Skghjixd8lPzNe2ZEgYLM9Pu/wF9wiZtZGsdm3bo9h0=";
|
||||||
buildKeys = [
|
buildKeys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICIRnJh4J0l8F+Q4ALMEcBYPdV9xxpheWVd58FOsiiCe root@max"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEHkH1xq78T2H1/c/Ej2O46v16Cuivt8zW3kUd0K6hwL root@pocket"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEHkH1xq78T2H1/c/Ej2O46v16Cuivt8zW3kUd0K6hwL root@pocket"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuuw5ek5wGB9KdBhCTxjV+CBpPU6RIOynHkFYC4dau3 root@dasha"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuuw5ek5wGB9KdBhCTxjV+CBpPU6RIOynHkFYC4dau3 root@dasha"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgiYKFkMfiGOZCZIk+O7LtaoF6A3cHEFCqaPwXOM4rR root@work"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgiYKFkMfiGOZCZIk+O7LtaoF6A3cHEFCqaPwXOM4rR root@work"
|
||||||
|
|
Loading…
Reference in a new issue