fix variable name
This commit is contained in:
parent
194aaab349
commit
6dbf218f73
4 changed files with 4 additions and 4 deletions
|
|
@ -100,7 +100,7 @@
|
|||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "${osConfig.variables.addresses}:8384";
|
||||
guiAddress = "${osConfig.variables.address}:8384";
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
tray.enable = true;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
../workstation
|
||||
];
|
||||
networking.hostName = "book";
|
||||
variables.addresses = "100.72.121.75";
|
||||
variables.address = "100.72.121.75";
|
||||
variables.swayScale = "1.5";
|
||||
|
||||
roles = {
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
];
|
||||
networking.hostName = "loki";
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
variables.addresses = "100.72.0.1";
|
||||
variables.address = "100.72.0.1";
|
||||
variables.swayScale = "1.1";
|
||||
|
||||
roles = {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
../workstation
|
||||
];
|
||||
networking.hostName = "smaug";
|
||||
variables.addresses = "100.72.224.76";
|
||||
variables.address = "100.72.224.76";
|
||||
variables.swayScale = "0.75";
|
||||
|
||||
roles = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue