Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin dee5058691
Max: Add syncthing config. 2024-12-10 13:17:22 +03:00
Dmitry Voronin 6e4cf16159
Max: Update display. 2024-12-10 13:15:07 +03:00
3 changed files with 8 additions and 9 deletions

View file

@ -30,6 +30,7 @@ in {
myDevices = {
"desktop" = { id = "767Z675-SOCY4FL-JNYEBB6-5E2RG5O-XTZR6OP-BGOBZ7G-XVRLMD6-DQEB2AT"; };
"home" = { id = "L5A5IPE-2FPJPHP-RJRV2PV-BLMLC3F-QPHSCUQ-4U3NM2I-AFPOE2A-HOPQZQF"; };
"max" = { id = "2PTBIFB-SEQCS5S-ZSAVFOL-OK3GF6A-4JIIHI5-LBDW33B-2HQKHI7-A52DDAD"; };
"phone" = { id = "6RO5JXW-2XO4S3E-VCDAHPD-4ADK6LL-HQGMZHU-GD6DE2O-6KNHWXJ-BCSBGQ7"; };
"work" = { id = "CMG6QMP-WCJJEUG-UQ3KDUI-AHRADRH-666JQ3Z-HYFEPDA-URMAMNP-Z4MSGQT"; };
};
@ -48,6 +49,7 @@ in {
devices = [
"desktop"
"home"
"max"
"work"
];
};

View file

@ -18,17 +18,13 @@
};
display = {
primary = "eDP-1";
# rotate = {
# tty = 90;
# DSI-1 = 90;
# };
};
# sway.extraConfig = [
# "input type:touch map_to_output DSI-1"
# ];
sway.extraConfig = [
"output eDP-1 scale 2"
];
hwmon = {
# file = "temp1_input";
# path = "/sys/devices/platform/coretemp.0/hwmon";
file = "temp1_input";
path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon";
};
amd = {
gpu.enable = true;

View file

@ -12,6 +12,7 @@
# Keys that are allowd to connect via SSH to nixbuild user for Nix remote builds.
builderKey = "nixbuilder-1:Skghjixd8lPzNe2ZEgYLM9Pu/wF9wiZtZGsdm3bo9h0=";
buildKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICIRnJh4J0l8F+Q4ALMEcBYPdV9xxpheWVd58FOsiiCe root@max"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEHkH1xq78T2H1/c/Ej2O46v16Cuivt8zW3kUd0K6hwL root@pocket"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEuuw5ek5wGB9KdBhCTxjV+CBpPU6RIOynHkFYC4dau3 root@dasha"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFgiYKFkMfiGOZCZIk+O7LtaoF6A3cHEFCqaPwXOM4rR root@work"