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 = {
|
services = {
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
guiAddress = "${osConfig.variables.addresses}:8384";
|
guiAddress = "${osConfig.variables.address}:8384";
|
||||||
overrideDevices = false;
|
overrideDevices = false;
|
||||||
overrideFolders = false;
|
overrideFolders = false;
|
||||||
tray.enable = true;
|
tray.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
../workstation
|
../workstation
|
||||||
];
|
];
|
||||||
networking.hostName = "book";
|
networking.hostName = "book";
|
||||||
variables.addresses = "100.72.121.75";
|
variables.address = "100.72.121.75";
|
||||||
variables.swayScale = "1.5";
|
variables.swayScale = "1.5";
|
||||||
|
|
||||||
roles = {
|
roles = {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
];
|
];
|
||||||
networking.hostName = "loki";
|
networking.hostName = "loki";
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
variables.addresses = "100.72.0.1";
|
variables.address = "100.72.0.1";
|
||||||
variables.swayScale = "1.1";
|
variables.swayScale = "1.1";
|
||||||
|
|
||||||
roles = {
|
roles = {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
../workstation
|
../workstation
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
variables.addresses = "100.72.224.76";
|
variables.address = "100.72.224.76";
|
||||||
variables.swayScale = "0.75";
|
variables.swayScale = "0.75";
|
||||||
|
|
||||||
roles = {
|
roles = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue