feat: add T430 to syncthing
This commit is contained in:
parent
ce2b2501a1
commit
bd35bb32a9
4 changed files with 17 additions and 11 deletions
|
|
@ -4,16 +4,6 @@
|
||||||
|
|
||||||
networking.hostName = "IROH";
|
networking.hostName = "IROH";
|
||||||
|
|
||||||
services.syncthing = {
|
|
||||||
settings = {
|
|
||||||
devices = {
|
|
||||||
IROH = {
|
|
||||||
id = "PJA2MBA-66PQQEO-5KICONS-FGHDH46-YRV2X5Y-47UUP77-QXI2WNS-R33FPAK";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
bchmnn = {
|
bchmnn = {
|
||||||
|
|
||||||
gui = {
|
gui = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
|
||||||
|
|
||||||
imports = [ ./hardware.nix ];
|
imports = [ ./hardware.nix ];
|
||||||
|
|
||||||
networking.hostName = "T430";
|
networking.hostName = "T430";
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
enable = gui.greeter.enable;
|
enable = gui.greeter.enable;
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command = "sway-run --config /etc/greetd/sway-config" + lib.optionals nvidia.enable " --unsupported-gpu";
|
command = "sway-run --config /etc/greetd/sway-config" + lib.optionalString nvidia.enable " --unsupported-gpu";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,24 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
|
||||||
|
services.syncthing = {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
devices = {
|
||||||
|
T430 = {
|
||||||
|
id = "UGQINNI-SC6F24X-5JE7YTP-LZLORTX-7GQ5NKK-YMRDRPK-JHRTWUV-4ILUJQQ";
|
||||||
|
};
|
||||||
|
IROH = {
|
||||||
|
id = "PJA2MBA-66PQQEO-5KICONS-FGHDH46-YRV2X5Y-47UUP77-QXI2WNS-R33FPAK";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
user = "gandalf";
|
user = "gandalf";
|
||||||
dataDir = "/home/gandalf";
|
dataDir = "/home/gandalf";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue